/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 458 class LCallStub final : public LTemplateInstruction<1, 1, 0> { 460 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-ia32.cc | 2529 LCallStub* result = new(zone()) LCallStub(context); in DoCallStub()
|
D | lithium-codegen-ia32.cc | 986 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 474 class LCallStub final : public LTemplateInstruction<1, 1, 0> { 476 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-x87.cc | 2533 LCallStub* result = new(zone()) LCallStub(context); in DoCallStub()
|
D | lithium-codegen-x87.cc | 1287 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 460 class LCallStub final : public LTemplateInstruction<1, 1, 0> { 462 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-mips.cc | 2428 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), v0), instr); in DoCallStub()
|
D | lithium-codegen-mips.cc | 949 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 467 class LCallStub final : public LTemplateInstruction<1, 1, 0> { 469 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-x64.cc | 2517 LCallStub* result = new(zone()) LCallStub(context); in DoCallStub()
|
D | lithium-codegen-x64.cc | 916 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 463 class LCallStub final : public LTemplateInstruction<1, 1, 0> { 465 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-arm.cc | 2481 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), r0), instr); in DoCallStub()
|
D | lithium-codegen-arm.cc | 982 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 463 class LCallStub final : public LTemplateInstruction<1, 1, 0> { 465 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-mips64.cc | 2433 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), v0), instr); in DoCallStub()
|
D | lithium-codegen-mips64.cc | 938 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 455 class LCallStub final : public LTemplateInstruction<1, 1, 0> { 457 explicit LCallStub(LOperand* context) { inputs_[0] = context; } in LCallStub() function
|
D | lithium-ppc.cc | 2434 return MarkAsCall(DefineFixed(new (zone()) LCallStub(context), r3), instr); in DoCallStub()
|
D | lithium-codegen-ppc.cc | 900 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 890 class LCallStub final : public LTemplateInstruction<1, 1, 0> { 892 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-arm64.cc | 1089 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), x0), instr); in DoCallStub()
|
D | lithium-codegen-arm64.cc | 2001 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|