/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1809 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 1811 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
|
D | lithium-x87.cc | 1237 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), eax), instr); in DoCallRuntime()
|
D | lithium-codegen-x87.cc | 3866 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1822 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 1824 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
|
D | lithium-mips64.cc | 1195 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), v0), instr); in DoCallRuntime()
|
D | lithium-codegen-mips64.cc | 3885 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1796 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 1798 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
|
D | lithium-arm.cc | 1187 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), r0), instr); in DoCallRuntime()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1643 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 1645 explicit LCallRuntime(LOperand* context) { inputs_[0] = context; } in LCallRuntime() function
|
D | lithium-s390.cc | 1093 return MarkAsCall(DefineFixed(new (zone()) LCallRuntime(context), r2), instr); in DoCallRuntime()
|
D | lithium-codegen-s390.cc | 3865 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1812 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 1814 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
|
D | lithium-x64.cc | 1221 LCallRuntime* result = new(zone()) LCallRuntime(context); in DoCallRuntime()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1760 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 1762 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
|
D | lithium-mips.cc | 1195 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), v0), instr); in DoCallRuntime()
|
D | lithium-codegen-mips.cc | 3685 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1762 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 1764 explicit LCallRuntime(LOperand* context) { inputs_[0] = context; } in LCallRuntime() function
|
D | lithium-ppc.cc | 1210 return MarkAsCall(DefineFixed(new (zone()) LCallRuntime(context), r3), instr); in DoCallRuntime()
|
D | lithium-codegen-ppc.cc | 3966 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1819 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 1821 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
|
D | lithium-ia32.cc | 1230 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), eax), instr); in DoCallRuntime()
|
D | lithium-codegen-ia32.cc | 3589 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 844 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> { 846 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
|
D | lithium-arm64.cc | 1023 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), x0), instr); in DoCallRuntime()
|
D | lithium-codegen-arm64.cc | 1997 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
|