/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 299 void EmitReturn(LReturn* instr, bool dynamic_frame_alignment);
|
D | lithium-ia32.h | 1491 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1493 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-ia32.cc | 2064 return new(zone()) LReturn( in DoReturn()
|
D | lithium-codegen-ia32.cc | 2535 void LCodeGen::EmitReturn(LReturn* instr, bool dynamic_frame_alignment) { in EmitReturn() 2574 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 328 void EmitReturn(LReturn* instr, bool dynamic_frame_alignment);
|
D | lithium-x87.h | 1499 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1501 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-x87.cc | 2064 return new(zone()) LReturn( in DoReturn()
|
D | lithium-codegen-x87.cc | 2818 void LCodeGen::EmitReturn(LReturn* instr, bool dynamic_frame_alignment) { in EmitReturn() 2856 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1471 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1473 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-mips.cc | 2020 return new(zone()) LReturn(UseFixed(instr->value(), v0), context, in DoReturn()
|
D | lithium-codegen-mips.cc | 2552 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1482 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1484 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-x64.cc | 2032 return new(zone()) LReturn( in DoReturn()
|
D | lithium-codegen-x64.cc | 2588 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1508 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1510 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-arm.cc | 2073 return new(zone()) LReturn(UseFixed(instr->value(), r0), context, in DoReturn()
|
D | lithium-codegen-arm.cc | 2635 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1533 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1535 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-mips64.cc | 2023 return new(zone()) LReturn(UseFixed(instr->value(), v0), context, in DoReturn()
|
D | lithium-codegen-mips64.cc | 2677 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1454 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1456 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-ppc.cc | 2035 LReturn(UseFixed(instr->value(), r3), context, parameter_count); in DoReturn()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2242 class LReturn final : public LTemplateInstruction<0, 3, 0> { 2244 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-arm64.cc | 2037 return new(zone()) LReturn(UseFixed(instr->value(), x0), context, in DoReturn()
|
D | lithium-codegen-arm64.cc | 4448 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|