/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 399 class LDummy final : public LTemplateInstruction<1, 0, 0> { 401 LDummy() {} in LDummy() function
|
D | lithium-mips.cc | 779 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-mips.cc | 5214 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 407 class LDummy final : public LTemplateInstruction<1, 0, 0> { 409 LDummy() {} in LDummy() function
|
D | lithium-x64.cc | 795 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-x64.cc | 5234 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 412 class LDummy final : public LTemplateInstruction<1, 0, 0> { 414 LDummy() {} in LDummy() function
|
D | lithium-x87.cc | 799 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 386 class LDummy final : public LTemplateInstruction<1, 0, 0> { 388 LDummy() {} in LDummy() function
|
D | lithium-s390.cc | 713 instr = DefineAsRegister(new (zone()) LDummy()); in VisitInstruction()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 401 class LDummy final : public LTemplateInstruction<1, 0, 0> { 403 LDummy() {} in LDummy() function
|
D | lithium-arm.cc | 769 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-arm.cc | 5181 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 398 class LDummy final : public LTemplateInstruction<1, 0, 0> { 400 LDummy() {} in LDummy() function
|
D | lithium-ia32.cc | 802 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-ia32.cc | 4948 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 402 class LDummy final : public LTemplateInstruction<1, 0, 0> { 404 LDummy() {} in LDummy() function
|
D | lithium-mips64.cc | 779 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-mips64.cc | 5423 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 398 class LDummy final : public LTemplateInstruction<1, 0, 0> { 400 LDummy() {} in LDummy() function
|
D | lithium-ppc.cc | 784 instr = DefineAsRegister(new (zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-ppc.cc | 5460 void LCodeGen::DoDummy(LDummy* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 431 class LDummy final : public LTemplateInstruction<1, 0, 0> { 433 LDummy() {} in LDummy() function
|
D | lithium-arm64.cc | 612 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-arm64.cc | 2638 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|