Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dlithium-arm.h1041 class LValueOf: public LTemplateInstruction<1, 1, 1> {
1043 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
Dlithium-arm.cc1574 LValueOf* result = new LValueOf(object, TempRegister()); in DoValueOf()
Dlithium-codegen-arm.cc1273 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
/external/v8/src/x64/
Dlithium-x64.h1028 class LValueOf: public LTemplateInstruction<1, 1, 0> {
1030 explicit LValueOf(LOperand* value) { in LValueOf() function
Dlithium-x64.cc1579 LValueOf* result = new LValueOf(object); in DoValueOf()
Dlithium-codegen-x64.cc1152 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
/external/v8/src/ia32/
Dlithium-ia32.h1067 class LValueOf: public LTemplateInstruction<1, 1, 1> {
1069 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
Dlithium-ia32.cc1605 LValueOf* result = new LValueOf(object, TempRegister()); in DoValueOf()
Dlithium-codegen-ia32.cc1149 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()