/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 302 void EmitReturn(LReturn* instr);
|
D | lithium-ia32.h | 1462 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1464 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-ia32.cc | 2000 return new(zone()) LReturn( in DoReturn()
|
D | lithium-codegen-ia32.cc | 2344 void LCodeGen::EmitReturn(LReturn* instr) { in EmitReturn() 2366 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 331 void EmitReturn(LReturn* instr);
|
D | lithium-x87.h | 1452 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1454 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-x87.cc | 1998 return new(zone()) LReturn( in DoReturn()
|
D | lithium-codegen-x87.cc | 2630 void LCodeGen::EmitReturn(LReturn* instr) { in EmitReturn() 2652 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1480 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1482 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-mips64.cc | 1945 return new(zone()) LReturn(UseFixed(instr->value(), v0), context, in DoReturn()
|
D | lithium-codegen-mips64.cc | 2568 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1454 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1456 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-arm.cc | 1995 return new(zone()) LReturn(UseFixed(instr->value(), r0), context, in DoReturn()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1332 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1334 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-s390.cc | 1800 LReturn(UseFixed(instr->value(), r2), context, parameter_count); in DoReturn()
|
D | lithium-codegen-s390.cc | 2601 void LCodeGen::DoReturn(LReturn* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1456 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1458 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-x64.cc | 1980 return new(zone()) LReturn( in DoReturn()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1418 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1420 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-mips.cc | 1942 return new(zone()) LReturn(UseFixed(instr->value(), v0), context, in DoReturn()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1432 class LReturn final : public LTemplateInstruction<0, 3, 0> { 1434 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-ppc.cc | 1971 LReturn(UseFixed(instr->value(), r3), context, parameter_count); in DoReturn()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2137 class LReturn final : public LTemplateInstruction<0, 3, 0> { 2139 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-arm64.cc | 1927 return new(zone()) LReturn(UseFixed(instr->value(), x0), context, in DoReturn()
|
D | lithium-codegen-arm64.cc | 4427 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|