Home
last modified time | relevance | path

Searched refs:GetNamedInterceptor (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dlookup.h283 return holder->GetNamedInterceptor(); in GetInterceptor()
Dobjects.h2166 InterceptorInfo* GetNamedInterceptor();
Dobjects.cc8580 : object->GetNamedInterceptor(), in GetKeysFromInterceptor()
16206 InterceptorInfo* JSObject::GetNamedInterceptor() { in GetNamedInterceptor() function in v8::internal::JSObject
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc645 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptorWithFollowup()
705 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptor()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc709 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptorWithFollowup()
768 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptor()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc655 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptorWithFollowup()
722 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptor()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc652 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptorWithFollowup()
714 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptor()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc648 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptorWithFollowup()
708 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptor()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc655 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptorWithFollowup()
722 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptor()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc640 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptorWithFollowup()
699 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptor()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc640 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptorWithFollowup()
699 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined()); in GenerateLoadInterceptor()
/external/v8/src/ic/
Dhandler-compiler.cc327 if (holder()->GetNamedInterceptor()->non_masking()) { in CompileLoadInterceptor()
Dic.cc236 if (!holder->GetNamedInterceptor()->getter()->IsUndefined()) { in LookupForRead()
1144 DCHECK(!holder->GetNamedInterceptor()->getter()->IsUndefined()); in CompileHandler()
1426 InterceptorInfo* info = holder->GetNamedInterceptor(); in LookupForWrite()
1725 DCHECK(!holder->GetNamedInterceptor()->setter()->IsUndefined()); in CompileHandler()