Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dlithium-arm.h1194 class LLoadElements: public LTemplateInstruction<1, 1, 0> {
1196 explicit LLoadElements(LOperand* object) { in LLoadElements() function
Dlithium-arm.cc1819 return DefineAsRegister(new LLoadElements(input)); in DoLoadElements()
Dlithium-codegen-arm.cc2411 void LCodeGen::DoLoadElements(LLoadElements* instr) { in DoLoadElements()
/external/v8/src/x64/
Dlithium-x64.h1180 class LLoadElements: public LTemplateInstruction<1, 1, 0> {
1182 explicit LLoadElements(LOperand* object) { in LLoadElements() function
Dlithium-x64.cc1809 return DefineAsRegister(new LLoadElements(input)); in DoLoadElements()
Dlithium-codegen-x64.cc2277 void LCodeGen::DoLoadElements(LLoadElements* instr) { in DoLoadElements()
/external/v8/src/ia32/
Dlithium-ia32.h1225 class LLoadElements: public LTemplateInstruction<1, 1, 0> {
1227 explicit LLoadElements(LOperand* object) { in LLoadElements() function
Dlithium-ia32.cc1850 return DefineAsRegister(new LLoadElements(input)); in DoLoadElements()
Dlithium-codegen-ia32.cc2268 void LCodeGen::DoLoadElements(LLoadElements* instr) { in DoLoadElements()