Home
last modified time | relevance | path

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

/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc609 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
668 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc568 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
628 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc578 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
640 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc560 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
619 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc560 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
619 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/s390/
Dhandler-compiler-s390.cc538 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
596 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc575 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
642 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc573 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
633 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc575 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptorWithFollowup()
642 DCHECK(!holder()->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in GenerateLoadInterceptor()
/external/v8/src/ic/
Dic.cc251 if (!holder->GetNamedInterceptor()->getter()->IsUndefined( in LookupForRead()
1196 DCHECK(!holder->GetNamedInterceptor()->getter()->IsUndefined(isolate())); in CompileHandler()
1447 InterceptorInfo* info = holder->GetNamedInterceptor(); in LookupForWrite()
1640 DCHECK(!holder->GetNamedInterceptor()->setter()->IsUndefined(isolate())); in GetMapIndependentHandler()
2880 InterceptorInfo* interceptor = holder->GetNamedInterceptor(); in RUNTIME_FUNCTION()
2915 InterceptorInfo* interceptor = holder->GetNamedInterceptor(); in RUNTIME_FUNCTION()
2963 InterceptorInfo* interceptor = receiver->GetNamedInterceptor(); in RUNTIME_FUNCTION()
Dhandler-compiler.cc330 if (holder()->GetNamedInterceptor()->non_masking()) { in CompileLoadInterceptor()
/external/v8/src/
Dlookup.h316 : holder->GetNamedInterceptor(); in GetInterceptor()
Dkeys.cc467 : object->GetNamedInterceptor(), in CollectInterceptorKeys()
Dobjects-inl.h1904 InterceptorInfo* JSObject::GetNamedInterceptor() { in GetNamedInterceptor() function
1905 return map()->GetNamedInterceptor(); in GetNamedInterceptor()
1908 InterceptorInfo* Map::GetNamedInterceptor() { in GetNamedInterceptor() function
Dobjects.h2192 inline InterceptorInfo* GetNamedInterceptor();
5622 inline InterceptorInfo* GetNamedInterceptor();