/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 403 class LDummy final : public LTemplateInstruction<1, 0, 0> { 405 LDummy() {} in LDummy() function
|
D | lithium-ppc.cc | 835 instr = DefineAsRegister(new (zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-ppc.cc | 5646 void LCodeGen::DoDummy(LDummy* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 403 class LDummy final : public LTemplateInstruction<1, 0, 0> { 405 LDummy() {} in LDummy() function
|
D | lithium-ia32.cc | 860 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-ia32.cc | 5242 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 405 class LDummy final : public LTemplateInstruction<1, 0, 0> { 407 LDummy() {} in LDummy() function
|
D | lithium-mips.cc | 831 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-mips.cc | 5400 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 412 class LDummy final : public LTemplateInstruction<1, 0, 0> { 414 LDummy() {} in LDummy() function
|
D | lithium-x64.cc | 845 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-x64.cc | 5437 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 419 class LDummy final : public LTemplateInstruction<1, 0, 0> { 421 LDummy() {} in LDummy() function
|
D | lithium-x87.cc | 858 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-x87.cc | 5800 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 408 class LDummy final : public LTemplateInstruction<1, 0, 0> { 410 LDummy() {} in LDummy() function
|
D | lithium-mips64.cc | 831 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-mips64.cc | 5606 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 408 class LDummy final : public LTemplateInstruction<1, 0, 0> { 410 LDummy() {} in LDummy() function
|
D | lithium-arm.cc | 821 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-arm.cc | 5367 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 438 class LDummy final : public LTemplateInstruction<1, 0, 0> { 440 LDummy() {} in LDummy() function
|
D | lithium-arm64.cc | 663 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
|
D | lithium-codegen-arm64.cc | 2685 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
|