Home
last modified time | relevance | path

Searched refs:KeyedLoadICInOptimizedCode (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dcode-factory.h41 static Callable KeyedLoadICInOptimizedCode(Isolate* isolate);
Dcode-factory.cc58 Callable CodeFactory::KeyedLoadICInOptimizedCode(Isolate* isolate) { in KeyedLoadICInOptimizedCode() function in v8::internal::CodeFactory
/external/v8/src/interpreter/
Dinterpreter.cc631 Callable ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate_); in DoLdaKeyedProperty()
642 Callable ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate_); in DoLdrKeyedProperty()
/external/v8/src/compiler/
Djs-generic-lowering.cc159 Callable callable = CodeFactory::KeyedLoadICInOptimizedCode(isolate()); in LowerJSLoadProperty()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3334 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2772 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3133 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3106 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2926 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3180 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoShiftI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3048 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc3020 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2968 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode(isolate()).code(); in DoLoadKeyedGeneric()