Searched refs:LValueOf (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 995 class LValueOf: public LTemplateInstruction<1, 1, 0> { 997 explicit LValueOf(LOperand* value) { in LValueOf() function
|
D | lithium-x64.cc | 1607 LValueOf* result = new(zone()) LValueOf(object); in DoValueOf()
|
D | lithium-codegen-x64.cc | 1209 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 995 class LValueOf: public LTemplateInstruction<1, 1, 1> { 997 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
|
D | lithium-mips.cc | 1609 LValueOf* result = new(zone()) LValueOf(object, TempRegister()); in DoValueOf()
|
D | lithium-codegen-mips.cc | 1240 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1010 class LValueOf: public LTemplateInstruction<1, 1, 1> { 1012 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
|
D | lithium-ia32.cc | 1649 LValueOf* result = new(zone()) LValueOf(object, TempRegister()); in DoValueOf()
|
D | lithium-codegen-ia32.cc | 1244 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 996 class LValueOf: public LTemplateInstruction<1, 1, 1> { 998 LValueOf(LOperand* value, LOperand* temp) { in LValueOf() function
|
D | lithium-arm.cc | 1608 LValueOf* result = new(zone()) LValueOf(object, TempRegister()); in DoValueOf()
|
D | lithium-codegen-arm.cc | 1419 void LCodeGen::DoValueOf(LValueOf* instr) { in DoValueOf()
|