Searched refs:LFunctionLiteral (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 2562 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> { 2564 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
|
D | lithium-ia32.cc | 2491 DefineFixed(new(zone()) LFunctionLiteral(context), eax), instr); in DoFunctionLiteral()
|
D | lithium-codegen-ia32.cc | 5291 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 2578 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> { 2580 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
|
D | lithium-x87.cc | 2495 DefineFixed(new(zone()) LFunctionLiteral(context), eax), instr); in DoFunctionLiteral()
|
D | lithium-codegen-x87.cc | 5885 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 2543 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> { 2545 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
|
D | lithium-x64.cc | 2471 LFunctionLiteral* result = new(zone()) LFunctionLiteral(context); in DoFunctionLiteral()
|
D | lithium-codegen-x64.cc | 5462 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 2505 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> { 2507 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
|
D | lithium-mips64.cc | 2384 DefineFixed(new(zone()) LFunctionLiteral(context), v0), instr); in DoFunctionLiteral()
|
D | lithium-codegen-mips64.cc | 5492 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2521 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> { 2523 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
|
D | lithium-mips.cc | 2384 DefineFixed(new(zone()) LFunctionLiteral(context), v0), instr); in DoFunctionLiteral()
|
D | lithium-codegen-mips.cc | 5459 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2561 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> { 2563 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
|
D | lithium-arm.cc | 2435 DefineFixed(new(zone()) LFunctionLiteral(context), r0), instr); in DoFunctionLiteral()
|
D | lithium-codegen-arm.cc | 5484 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 1711 class LFunctionLiteral FINAL : public LTemplateInstruction<1, 1, 0> { 1713 explicit LFunctionLiteral(LOperand* context) { in LFunctionLiteral() function
|
D | lithium-arm64.cc | 1497 DefineFixed(new(zone()) LFunctionLiteral(context), x0), instr); in DoFunctionLiteral()
|
D | lithium-codegen-arm64.cc | 2855 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
|