/external/v8/src/ia32/ |
stub-cache-ia32.cc | 433 // These arguments are set by CheckPrototypes and GenerateFastApiCall. 471 // set by CheckPrototypes) 606 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, 622 stub_compiler_->CheckPrototypes(interceptor_holder, receiver, 627 // CheckPrototypes has a side effect of fetching a 'holder' 630 // by the previous CheckPrototypes. 669 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 411 // These arguments are set by CheckPrototypes and GenerateFastApiCall. 451 // set by CheckPrototypes) 590 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, 606 stub_compiler_->CheckPrototypes(interceptor_holder, receiver, 611 // CheckPrototypes has a side effect of fetching a 'holder' 614 // by the previous CheckPrototypes. 653 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, [all...] |
/external/v8/src/arm/ |
stub-cache-arm.cc | 612 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall. 632 // -- sp[0] : holder (set by CheckPrototypes) 773 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, 789 stub_compiler_->CheckPrototypes(interceptor_holder, receiver, 794 // CheckPrototypes has a side effect of fetching a 'holder' 797 // by the previous CheckPrototypes. 836 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, [all...] |
/external/v8/src/mips/ |
stub-cache-mips.cc | 596 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall. 616 // -- sp[0] : holder (set by CheckPrototypes) 763 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, 779 stub_compiler_->CheckPrototypes(interceptor_holder, receiver, 784 // CheckPrototypes has a side effect of fetching a 'holder' 787 // by the previous CheckPrototypes. 826 stub_compiler_->CheckPrototypes(object, receiver, interceptor_holder, [all...] |
/external/chromium_org/v8/src/ |
stub-cache.h | 464 Register CheckPrototypes(Handle<Type> type, 473 return CheckPrototypes(type, object_reg, holder, holder_reg, scratch1, 477 Register CheckPrototypes(Handle<Type> type, [all...] |
stub-cache.cc | [all...] |
/external/v8/src/ |
stub-cache.h | 492 Register CheckPrototypes(Handle<JSObject> object, 500 return CheckPrototypes(object, object_reg, holder, holder_reg, scratch1, 504 Register CheckPrototypes(Handle<JSObject> object, [all...] |
/external/chromium_org/v8/src/arm/ |
stub-cache-arm.cc | 785 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall. 807 // : holder (set by CheckPrototypes) [all...] |
/external/chromium_org/v8/src/ia32/ |
stub-cache-ia32.cc | 424 // These arguments are set by CheckPrototypes and GenerateFastApiCall. 590 // (set by CheckPrototypes) 725 stub_compiler_->CheckPrototypes( 742 stub_compiler_->CheckPrototypes( 747 // CheckPrototypes has a side effect of fetching a 'holder' 750 // by the previous CheckPrototypes. 786 stub_compiler_->CheckPrototypes( [all...] |
/external/chromium_org/v8/src/mips/ |
stub-cache-mips.cc | 773 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall. 795 // : holder (set by CheckPrototypes) [all...] |
/external/chromium_org/v8/src/x64/ |
stub-cache-x64.cc | 398 // These arguments are set by CheckPrototypes and GenerateFastApiCall. 582 // (set by CheckPrototypes) 718 stub_compiler_->CheckPrototypes( 735 stub_compiler_->CheckPrototypes( 740 // CheckPrototypes has a side effect of fetching a 'holder' 743 // by the previous CheckPrototypes. 779 stub_compiler_->CheckPrototypes( [all...] |