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

/external/v8/src/arm/
H A Dlithium-arm.cc2161 return DefineAsSpilled(new(zone()) LParameter, spill_index);
H A Dlithium-arm.h432 class LParameter: public LTemplateInstruction<1, 0, 0> { class in namespace:v8::internal
H A Dlithium-codegen-arm.cc844 void LCodeGen::DoParameter(LParameter* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h414 class LParameter: public LTemplateInstruction<1, 0, 0> { class in namespace:v8::internal
H A Dlithium-ia32.cc2262 return DefineAsSpilled(new(zone()) LParameter, spill_index);
H A Dlithium-codegen-ia32.cc752 void LCodeGen::DoParameter(LParameter* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc2166 return DefineAsSpilled(new(zone()) LParameter, spill_index);
H A Dlithium-mips.h431 class LParameter: public LTemplateInstruction<1, 0, 0> { class in namespace:v8::internal
H A Dlithium-codegen-mips.cc807 void LCodeGen::DoParameter(LParameter* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc2160 return DefineAsSpilled(new(zone()) LParameter, spill_index);
H A Dlithium-x64.h433 class LParameter: public LTemplateInstruction<1, 0, 0> { class in namespace:v8::internal
H A Dlithium-codegen-x64.cc717 void LCodeGen::DoParameter(LParameter* instr) {

Completed in 126 milliseconds