Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h42 static Callable KeyedLoadICInOptimizedCode(
Dcode-factory.cc46 Callable CodeFactory::KeyedLoadICInOptimizedCode( in KeyedLoadICInOptimizedCode() function in v8::internal::CodeFactory
/external/v8/src/interpreter/
Dinterpreter.cc658 CodeFactory::KeyedLoadICInOptimizedCode(isolate_, SLOPPY, UNINITIALIZED); in DoKeyedLoadICSloppy()
670 CodeFactory::KeyedLoadICInOptimizedCode(isolate_, STRICT, UNINITIALIZED); in DoKeyedLoadICStrict()
682 CodeFactory::KeyedLoadICInOptimizedCode(isolate_, SLOPPY, UNINITIALIZED); in DoKeyedLoadICSloppyWide()
694 CodeFactory::KeyedLoadICInOptimizedCode(isolate_, STRICT, UNINITIALIZED); in DoKeyedLoadICStrictWide()
/external/v8/src/compiler/
Djs-generic-lowering.cc284 Callable callable = CodeFactory::KeyedLoadICInOptimizedCode( in LowerJSLoadProperty()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3066 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode( in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2998 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode( in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3348 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode( in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc3044 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode( in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc3105 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode( in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3273 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode( in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3226 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode( in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3270 Handle<Code> ic = CodeFactory::KeyedLoadICInOptimizedCode( in DoLoadKeyedGeneric()