Home
last modified time | relevance | path

Searched refs:LFunctionLiteral (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h2562 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2564 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
Dlithium-ia32.cc2491 DefineFixed(new(zone()) LFunctionLiteral(context), eax), instr); in DoFunctionLiteral()
Dlithium-codegen-ia32.cc5291 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
/external/v8/src/x87/
Dlithium-x87.h2578 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2580 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
Dlithium-x87.cc2495 DefineFixed(new(zone()) LFunctionLiteral(context), eax), instr); in DoFunctionLiteral()
Dlithium-codegen-x87.cc5885 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
/external/v8/src/x64/
Dlithium-x64.h2543 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2545 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
Dlithium-x64.cc2471 LFunctionLiteral* result = new(zone()) LFunctionLiteral(context); in DoFunctionLiteral()
Dlithium-codegen-x64.cc5462 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
/external/v8/src/mips64/
Dlithium-mips64.h2505 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2507 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
Dlithium-mips64.cc2384 DefineFixed(new(zone()) LFunctionLiteral(context), v0), instr); in DoFunctionLiteral()
Dlithium-codegen-mips64.cc5492 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
/external/v8/src/mips/
Dlithium-mips.h2521 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2523 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
Dlithium-mips.cc2384 DefineFixed(new(zone()) LFunctionLiteral(context), v0), instr); in DoFunctionLiteral()
Dlithium-codegen-mips.cc5459 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
/external/v8/src/arm/
Dlithium-arm.h2561 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2563 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
Dlithium-arm.cc2435 DefineFixed(new(zone()) LFunctionLiteral(context), r0), instr); in DoFunctionLiteral()
Dlithium-codegen-arm.cc5484 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
/external/v8/src/arm64/
Dlithium-arm64.h1711 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
1713 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
Dlithium-arm64.cc1497 DefineFixed(new(zone()) LFunctionLiteral(context), x0), instr); in DoFunctionLiteral()
Dlithium-codegen-arm64.cc2855 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()