Searched refs:LValueOf (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 1041 class LValueOf: public LTemplateInstruction<1, 1, 1> { 1043 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
|
D | lithium-arm.cc | 1574 LValueOf* result = new LValueOf(object, TempRegister()); in DoValueOf()
|
D | lithium-codegen-arm.cc | 1273 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1028 class LValueOf: public LTemplateInstruction<1, 1, 0> { 1030 explicit LValueOf(LOperand* value) { in LValueOf() function
|
D | lithium-x64.cc | 1579 LValueOf* result = new LValueOf(object); in DoValueOf()
|
D | lithium-codegen-x64.cc | 1152 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1067 class LValueOf: public LTemplateInstruction<1, 1, 1> { 1069 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
|
D | lithium-ia32.cc | 1605 LValueOf* result = new LValueOf(object, TempRegister()); in DoValueOf()
|
D | lithium-codegen-ia32.cc | 1149 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
|