Home
last modified time | relevance | path

Searched refs:LLoadKeyedFastElement (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.h1215 class LLoadKeyedFastElement: public LTemplateInstruction<1, 2, 0> {
1217 LLoadKeyedFastElement(LOperand* elements, LOperand* key) { in LLoadKeyedFastElement() function
Dlithium-arm.cc1836 LLoadKeyedFastElement* result = new LLoadKeyedFastElement(obj, key); in DoLoadKeyedFastElement()
Dlithium-codegen-arm.cc2463 void LCodeGen::DoLoadKeyedFastElement(LLoadKeyedFastElement* instr) { in DoLoadKeyedFastElement()
/external/v8/src/x64/
Dlithium-x64.h1201 class LLoadKeyedFastElement: public LTemplateInstruction<1, 2, 0> {
1203 LLoadKeyedFastElement(LOperand* elements, LOperand* key) { in LLoadKeyedFastElement() function
Dlithium-x64.cc1826 LLoadKeyedFastElement* result = new LLoadKeyedFastElement(obj, key); in DoLoadKeyedFastElement()
Dlithium-codegen-x64.cc2329 void LCodeGen::DoLoadKeyedFastElement(LLoadKeyedFastElement* instr) { in DoLoadKeyedFastElement()
/external/v8/src/ia32/
Dlithium-ia32.h1246 class LLoadKeyedFastElement: public LTemplateInstruction<1, 2, 0> {
1248 LLoadKeyedFastElement(LOperand* elements, LOperand* key) { in LLoadKeyedFastElement() function
Dlithium-ia32.cc1867 LLoadKeyedFastElement* result = new LLoadKeyedFastElement(obj, key); in DoLoadKeyedFastElement()
Dlithium-codegen-ia32.cc2317 void LCodeGen::DoLoadKeyedFastElement(LLoadKeyedFastElement* instr) { in DoLoadKeyedFastElement()