Searched refs:interceptor_holder (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 156 JSObject* interceptor_holder, in CompileCacheable() argument 171 JSObject* interceptor_holder, in CompileRegular() argument 251 JSObject* interceptor_holder, in GenerateLoadInterceptor() argument
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 581 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/ |
D | stub-cache-ia32.cc | 593 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/ |
D | stub-cache-arm.cc | 733 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 …]
|