Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.h2133 class LLoadFieldByIndex: public LTemplateInstruction<1, 2, 0> {
2135 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-x64.cc2322 return DefineSameAsFirst(new(zone()) LLoadFieldByIndex(object, index)); in DoLoadFieldByIndex()
Dlithium-codegen-x64.cc4733 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
/external/v8/src/mips/
Dlithium-mips.h2157 class LLoadFieldByIndex: public LTemplateInstruction<1, 2, 0> {
2159 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-mips.cc2328 return DefineAsRegister(new(zone()) LLoadFieldByIndex(object, index)); in DoLoadFieldByIndex()
Dlithium-codegen-mips.cc5043 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
/external/v8/src/arm/
Dlithium-arm.h2177 class LLoadFieldByIndex: public LTemplateInstruction<1, 2, 0> {
2179 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-arm.cc2323 return DefineAsRegister(new(zone()) LLoadFieldByIndex(object, index)); in DoLoadFieldByIndex()
Dlithium-codegen-arm.cc5110 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
/external/v8/src/ia32/
Dlithium-ia32.h2269 class LLoadFieldByIndex: public LTemplateInstruction<1, 2, 0> {
2271 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-ia32.cc2434 return DefineSameAsFirst(new(zone()) LLoadFieldByIndex(object, index)); in DoLoadFieldByIndex()
Dlithium-codegen-ia32.cc4957 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()