/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 318 void EmitReturn(LReturn* instr, bool dynamic_frame_alignment);
|
D | lithium-ia32.h | 1585 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> { 1587 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-ia32.cc | 2080 return new(zone()) LReturn( in DoReturn()
|
D | lithium-codegen-ia32.cc | 2743 void LCodeGen::EmitReturn(LReturn* instr, bool dynamic_frame_alignment) { in EmitReturn() 2780 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.h | 346 void EmitReturn(LReturn* instr, bool dynamic_frame_alignment);
|
D | lithium-x87.h | 1595 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> { 1597 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-x87.cc | 2081 return new(zone()) LReturn( in DoReturn()
|
D | lithium-codegen-x87.cc | 3040 void LCodeGen::EmitReturn(LReturn* instr, bool dynamic_frame_alignment) { in EmitReturn() 3077 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 1588 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> { 1590 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-arm.cc | 2079 return new(zone()) LReturn(UseFixed(instr->value(), r0), context, in DoReturn()
|
D | lithium-codegen-arm.cc | 2942 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 1551 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> { 1553 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-mips64.cc | 2026 return new(zone()) LReturn(UseFixed(instr->value(), v0), context, in DoReturn()
|
D | lithium-codegen-mips64.cc | 2804 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 1570 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> { 1572 explicit LReturn(LOperand* value, in LReturn() function
|
D | lithium-x64.cc | 2034 return new(zone()) LReturn( in DoReturn()
|
D | lithium-codegen-x64.cc | 2802 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 1552 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> { 1554 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-mips.cc | 2028 return new(zone()) LReturn(UseFixed(instr->value(), v0), context, in DoReturn()
|
D | lithium-codegen-mips.cc | 2834 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 2355 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> { 2357 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { in LReturn() function
|
D | lithium-arm64.cc | 2072 return new(zone()) LReturn(UseFixed(instr->value(), x0), context, in DoReturn()
|
D | lithium-codegen-arm64.cc | 4742 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
|