Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.h995 class LValueOf: public LTemplateInstruction<1, 1, 0> {
997 explicit LValueOf(LOperand* value) { in LValueOf() function
Dlithium-x64.cc1607 LValueOf* result = new(zone()) LValueOf(object); in DoValueOf()
Dlithium-codegen-x64.cc1209 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
/external/v8/src/mips/
Dlithium-mips.h995 class LValueOf: public LTemplateInstruction<1, 1, 1> {
997 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
Dlithium-mips.cc1609 LValueOf* result = new(zone()) LValueOf(object, TempRegister()); in DoValueOf()
Dlithium-codegen-mips.cc1240 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
/external/v8/src/ia32/
Dlithium-ia32.h1010 class LValueOf: public LTemplateInstruction<1, 1, 1> {
1012 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
Dlithium-ia32.cc1649 LValueOf* result = new(zone()) LValueOf(object, TempRegister()); in DoValueOf()
Dlithium-codegen-ia32.cc1244 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
/external/v8/src/arm/
Dlithium-arm.h996 class LValueOf: public LTemplateInstruction<1, 1, 1> {
998 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
Dlithium-arm.cc1608 LValueOf* result = new(zone()) LValueOf(object, TempRegister()); in DoValueOf()
Dlithium-codegen-arm.cc1419 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()