Home
last modified time | relevance | path

Searched refs:LCallRuntime (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h1809 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
1811 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
Dlithium-x87.cc1237 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), eax), instr); in DoCallRuntime()
Dlithium-codegen-x87.cc3866 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1822 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
1824 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
Dlithium-mips64.cc1195 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), v0), instr); in DoCallRuntime()
Dlithium-codegen-mips64.cc3885 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1796 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
1798 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
Dlithium-arm.cc1187 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), r0), instr); in DoCallRuntime()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1643 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
1645 explicit LCallRuntime(LOperand* context) { inputs_[0] = context; } in LCallRuntime() function
Dlithium-s390.cc1093 return MarkAsCall(DefineFixed(new (zone()) LCallRuntime(context), r2), instr); in DoCallRuntime()
Dlithium-codegen-s390.cc3865 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1812 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
1814 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
Dlithium-x64.cc1221 LCallRuntime* result = new(zone()) LCallRuntime(context); in DoCallRuntime()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1760 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
1762 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
Dlithium-mips.cc1195 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), v0), instr); in DoCallRuntime()
Dlithium-codegen-mips.cc3685 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1762 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
1764 explicit LCallRuntime(LOperand* context) { inputs_[0] = context; } in LCallRuntime() function
Dlithium-ppc.cc1210 return MarkAsCall(DefineFixed(new (zone()) LCallRuntime(context), r3), instr); in DoCallRuntime()
Dlithium-codegen-ppc.cc3966 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1819 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
1821 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
Dlithium-ia32.cc1230 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), eax), instr); in DoCallRuntime()
Dlithium-codegen-ia32.cc3589 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h844 class LCallRuntime final : public LTemplateInstruction<1, 1, 0> {
846 explicit LCallRuntime(LOperand* context) { in LCallRuntime() function
Dlithium-arm64.cc1023 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), x0), instr); in DoCallRuntime()
Dlithium-codegen-arm64.cc1997 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()

12