Home
last modified time | relevance | path

Searched refs:interceptor_holder (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dstub-cache-mips.cc156 JSObject* interceptor_holder, in CompileCacheable() argument
171 JSObject* interceptor_holder, in CompileRegular() argument
251 JSObject* interceptor_holder, in GenerateLoadInterceptor() argument
/external/v8/src/x64/
Dstub-cache-x64.cc581 JSObject* interceptor_holder, in CompileCacheable() argument
596 interceptor_holder); in CompileCacheable()
599 optimization.GetPrototypeDepthOfExpectedType(interceptor_holder, in CompileCacheable()
620 interceptor_holder, scratch1, in CompileCacheable()
626 LoadWithInterceptor(masm, receiver, holder, interceptor_holder, in CompileCacheable()
634 if (interceptor_holder != lookup->holder()) { in CompileCacheable()
635 stub_compiler_->CheckPrototypes(interceptor_holder, receiver, in CompileCacheable()
680 JSObject* interceptor_holder, in CompileRegular() argument
683 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, in CompileRegular()
695 interceptor_holder); in CompileRegular()
[all …]
/external/v8/src/ia32/
Dstub-cache-ia32.cc593 JSObject* interceptor_holder, in CompileCacheable() argument
608 interceptor_holder); in CompileCacheable()
611 optimization.GetPrototypeDepthOfExpectedType(interceptor_holder, in CompileCacheable()
632 interceptor_holder, scratch1, in CompileCacheable()
638 LoadWithInterceptor(masm, receiver, holder, interceptor_holder, in CompileCacheable()
646 if (interceptor_holder != lookup->holder()) { in CompileCacheable()
647 stub_compiler_->CheckPrototypes(interceptor_holder, receiver, in CompileCacheable()
691 JSObject* interceptor_holder, in CompileRegular() argument
694 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, in CompileRegular()
706 interceptor_holder); in CompileRegular()
[all …]
/external/v8/src/arm/
Dstub-cache-arm.cc733 JSObject* interceptor_holder, in CompileCacheable() argument
750 interceptor_holder); in CompileCacheable()
753 optimization.GetPrototypeDepthOfExpectedType(interceptor_holder, in CompileCacheable()
775 interceptor_holder, scratch1, in CompileCacheable()
781 LoadWithInterceptor(masm, receiver, holder, interceptor_holder, scratch2, in CompileCacheable()
789 if (interceptor_holder != lookup->holder()) { in CompileCacheable()
790 stub_compiler_->CheckPrototypes(interceptor_holder, receiver, in CompileCacheable()
835 JSObject* interceptor_holder, in CompileRegular() argument
838 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, in CompileRegular()
851 interceptor_holder); in CompileRegular()
[all …]