Searched refs:LLoadKeyedGeneric (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 1248 class LLoadKeyedGeneric: public LTemplateInstruction<1, 2, 0> { 1250 LLoadKeyedGeneric(LOperand* obj, LOperand* key) { in LLoadKeyedGeneric() function
|
D | lithium-x64.cc | 1951 LLoadKeyedGeneric* result = new(zone()) LLoadKeyedGeneric(object, key); in DoLoadKeyedGeneric()
|
D | lithium-codegen-x64.cc | 2488 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1249 class LLoadKeyedGeneric: public LTemplateInstruction<1, 2, 0> { 1251 LLoadKeyedGeneric(LOperand* obj, LOperand* key) { in LLoadKeyedGeneric() function
|
D | lithium-mips.cc | 1963 DefineFixed(new(zone()) LLoadKeyedGeneric(object, key), v0); in DoLoadKeyedGeneric()
|
D | lithium-codegen-mips.cc | 2640 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1269 class LLoadKeyedGeneric: public LTemplateInstruction<1, 2, 0> { 1271 LLoadKeyedGeneric(LOperand* obj, LOperand* key) { in LLoadKeyedGeneric() function
|
D | lithium-arm.cc | 1960 DefineFixed(new(zone()) LLoadKeyedGeneric(object, key), r0); in DoLoadKeyedGeneric()
|
D | lithium-codegen-arm.cc | 2754 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1285 class LLoadKeyedGeneric: public LTemplateInstruction<1, 3, 0> { 1287 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key) { in LLoadKeyedGeneric() function
|
D | lithium-ia32.cc | 2022 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric() 2023 new(zone()) LLoadKeyedGeneric(context, object, key); in DoLoadKeyedGeneric()
|
D | lithium-codegen-ia32.cc | 2533 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
|