Searched refs:LCallStub (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 470 class LCallStub FINAL : public LTemplateInstruction<1, 1, 0> { 472 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-ia32.cc | 2544 LCallStub* result = new(zone()) LCallStub(context); in DoCallStub()
|
D | lithium-codegen-ia32.cc | 1072 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 488 class LCallStub FINAL : public LTemplateInstruction<1, 1, 0> { 490 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-x87.cc | 2548 LCallStub* result = new(zone()) LCallStub(context); in DoCallStub()
|
D | lithium-codegen-x87.cc | 1364 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 480 class LCallStub FINAL : public LTemplateInstruction<1, 1, 0> { 482 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-x64.cc | 2520 LCallStub* result = new(zone()) LCallStub(context); in DoCallStub()
|
D | lithium-codegen-x64.cc | 984 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 471 class LCallStub FINAL : public LTemplateInstruction<1, 1, 0> { 473 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-mips64.cc | 2432 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), v0), instr); in DoCallStub()
|
D | lithium-codegen-mips64.cc | 1019 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 472 class LCallStub FINAL : public LTemplateInstruction<1, 1, 0> { 474 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-mips.cc | 2432 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), v0), instr); in DoCallStub()
|
D | lithium-codegen-mips.cc | 1069 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 473 class LCallStub FINAL : public LTemplateInstruction<1, 1, 0> { 475 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-arm.cc | 2483 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), r0), instr); in DoCallStub()
|
D | lithium-codegen-arm.cc | 1109 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 938 class LCallStub FINAL : public LTemplateInstruction<1, 1, 0> { 940 explicit LCallStub(LOperand* context) { in LCallStub() function
|
D | lithium-arm64.cc | 1085 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), x0), instr); in DoCallStub()
|
D | lithium-codegen-arm64.cc | 2124 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
|