Home
last modified time | relevance | path

Searched refs:ComputeKeyedCallInitialize (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dstub-cache.h247 Handle<Code> ComputeKeyedCallInitialize(int argc, InLoopFlag in_loop);
Dstub-cache.cc1091 Handle<Code> StubCache::ComputeKeyedCallInitialize(int argc, in ComputeKeyedCallInitialize() function in v8::internal::StubCache
1099 ComputeKeyedCallInitialize(argc, NOT_IN_LOOP); in ComputeKeyedCallInitialize()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc2069 Handle<Code> ic = isolate()->stub_cache()->ComputeKeyedCallInitialize( in EmitKeyedCallWithIC()
Dlithium-codegen-ia32.cc2906 ComputeKeyedCallInitialize(arity, NOT_IN_LOOP); in DoCallKeyed()
/external/v8/src/x64/
Dlithium-codegen-x64.cc2894 Handle<Code> ic = isolate()->stub_cache()->ComputeKeyedCallInitialize( in DoCallKeyed()
Dfull-codegen-x64.cc2045 ISOLATE->stub_cache()->ComputeKeyedCallInitialize(arg_count, in_loop); in EmitKeyedCallWithIC()
/external/v8/src/arm/
Dfull-codegen-arm.cc2140 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count, in_loop); in EmitKeyedCallWithIC()
Dlithium-codegen-arm.cc3043 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity, NOT_IN_LOOP); in DoCallKeyed()