Searched refs:ComputeKeyedCallInitialize (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/
H A Dstub-cache.h214 Handle<Code> ComputeKeyedCallInitialize(int argc);
H A Dstub-cache.cc740 Handle<Code> StubCache::ComputeKeyedCallInitialize(int argc) { function in class:v8::internal::StubCache
/external/chromium_org/v8/src/
H A Dstub-cache.h143 Handle<Code> ComputeKeyedCallInitialize(int argc);
H A Dstub-cache.cc466 Handle<Code> StubCache::ComputeKeyedCallInitialize(int argc) { function in class:v8::internal::StubCache
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc2098 Handle<Code> ic = isolate()->stub_cache()->ComputeKeyedCallInitialize(1);
2652 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count);
H A Dlithium-codegen-arm.cc4017 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc2055 Handle<Code> ic = isolate()->stub_cache()->ComputeKeyedCallInitialize(1);
2609 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count);
H A Dlithium-codegen-ia32.cc4263 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc2117 Handle<Code> ic = isolate()->stub_cache()->ComputeKeyedCallInitialize(1);
2685 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count);
H A Dlithium-codegen-mips.cc3940 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc2076 Handle<Code> ic = isolate()->stub_cache()->ComputeKeyedCallInitialize(1);
2587 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count);
H A Dlithium-codegen-x64.cc3812 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity);
/external/v8/src/arm/
H A Dfull-codegen-arm.cc2253 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count);
H A Dlithium-codegen-arm.cc3442 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc2191 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count);
H A Dlithium-codegen-ia32.cc3246 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc2278 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count);
H A Dlithium-codegen-mips.cc3337 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc2098 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count);
H A Dlithium-codegen-x64.cc3193 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity);

Completed in 1133 milliseconds