Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.h1248 class LLoadKeyedGeneric: public LTemplateInstruction<1, 2, 0> {
1250 LLoadKeyedGeneric(LOperand* obj, LOperand* key) { in LLoadKeyedGeneric() function
Dlithium-x64.cc1951 LLoadKeyedGeneric* result = new(zone()) LLoadKeyedGeneric(object, key); in DoLoadKeyedGeneric()
Dlithium-codegen-x64.cc2488 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
/external/v8/src/mips/
Dlithium-mips.h1249 class LLoadKeyedGeneric: public LTemplateInstruction<1, 2, 0> {
1251 LLoadKeyedGeneric(LOperand* obj, LOperand* key) { in LLoadKeyedGeneric() function
Dlithium-mips.cc1963 DefineFixed(new(zone()) LLoadKeyedGeneric(object, key), v0); in DoLoadKeyedGeneric()
Dlithium-codegen-mips.cc2640 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
/external/v8/src/arm/
Dlithium-arm.h1269 class LLoadKeyedGeneric: public LTemplateInstruction<1, 2, 0> {
1271 LLoadKeyedGeneric(LOperand* obj, LOperand* key) { in LLoadKeyedGeneric() function
Dlithium-arm.cc1960 DefineFixed(new(zone()) LLoadKeyedGeneric(object, key), r0); in DoLoadKeyedGeneric()
Dlithium-codegen-arm.cc2754 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
/external/v8/src/ia32/
Dlithium-ia32.h1285 class LLoadKeyedGeneric: public LTemplateInstruction<1, 3, 0> {
1287 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key) { in LLoadKeyedGeneric() function
Dlithium-ia32.cc2022 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2023 new(zone()) LLoadKeyedGeneric(context, object, key); in DoLoadKeyedGeneric()
Dlithium-codegen-ia32.cc2533 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()