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

/external/v8/src/ia32/
H A Dlithium-ia32.h2048 class LFastLiteral: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
2050 explicit LFastLiteral(LOperand* context) { function in class:v8::internal::LFastLiteral
H A Dlithium-ia32.cc2212 DefineFixed(new(zone()) LFastLiteral(context), eax), instr);
H A Dlithium-codegen-ia32.cc4510 void LCodeGen::DoFastLiteral(LFastLiteral* instr) {
/external/v8/src/arm/
H A Dlithium-arm.cc2120 return MarkAsCall(DefineFixed(new(zone()) LFastLiteral, r0), instr);
H A Dlithium-arm.h1988 class LFastLiteral: public LTemplateInstruction<1, 0, 0> { class in namespace:v8::internal
H A Dlithium-codegen-arm.cc4660 void LCodeGen::DoFastLiteral(LFastLiteral* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc2125 return MarkAsCall(DefineFixed(new(zone()) LFastLiteral, v0), instr);
H A Dlithium-mips.h1968 class LFastLiteral: public LTemplateInstruction<1, 0, 0> { class in namespace:v8::internal
H A Dlithium-codegen-mips.cc4556 void LCodeGen::DoFastLiteral(LFastLiteral* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc2119 return MarkAsCall(DefineFixed(new(zone()) LFastLiteral, rax), instr);
H A Dlithium-x64.h1957 class LFastLiteral: public LTemplateInstruction<1, 0, 0> { class in namespace:v8::internal
H A Dlithium-codegen-x64.cc4277 void LCodeGen::DoFastLiteral(LFastLiteral* instr) {

Completed in 149 milliseconds