Searched refs:LLoadFieldByIndex (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 2133 class LLoadFieldByIndex: public LTemplateInstruction<1, 2, 0> { 2135 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-x64.cc | 2322 return DefineSameAsFirst(new(zone()) LLoadFieldByIndex(object, index)); in DoLoadFieldByIndex()
|
D | lithium-codegen-x64.cc | 4733 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2157 class LLoadFieldByIndex: public LTemplateInstruction<1, 2, 0> { 2159 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-mips.cc | 2328 return DefineAsRegister(new(zone()) LLoadFieldByIndex(object, index)); in DoLoadFieldByIndex()
|
D | lithium-codegen-mips.cc | 5043 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2177 class LLoadFieldByIndex: public LTemplateInstruction<1, 2, 0> { 2179 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-arm.cc | 2323 return DefineAsRegister(new(zone()) LLoadFieldByIndex(object, index)); in DoLoadFieldByIndex()
|
D | lithium-codegen-arm.cc | 5110 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 2269 class LLoadFieldByIndex: public LTemplateInstruction<1, 2, 0> { 2271 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-ia32.cc | 2434 return DefineSameAsFirst(new(zone()) LLoadFieldByIndex(object, index)); in DoLoadFieldByIndex()
|
D | lithium-codegen-ia32.cc | 4957 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
|