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

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

Completed in 467 milliseconds