/external/v8/src/crankshaft/ |
D | lithium.cc | 307 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 387 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
|
D | lithium-x87.cc | 178 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 183 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 884 instr = new(zone()) LGoto(successor); in VisitInstruction() 944 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) { in AddInstruction() 975 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-x87.h | 385 class LGoto final : public LTemplateInstruction<0, 0, 0> { 387 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-x87.cc | 349 x87_stack_.LeavingBlock(current_block_, LGoto::cast(instr), this); in GenerateBodyInstructionPost() 723 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock() 2396 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 150 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 155 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 849 instr = new(zone()) LGoto(successor); in VisitInstruction() 930 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-mips64.h | 370 class LGoto final : public LTemplateInstruction<0, 0, 0> { 372 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-mips64.cc | 2231 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 150 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 155 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 849 instr = new(zone()) LGoto(successor); in VisitInstruction() 930 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-mips.h | 367 class LGoto final : public LTemplateInstruction<0, 0, 0> { 369 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-mips.cc | 2113 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 163 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 168 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 853 instr = new (zone()) LGoto(successor); in VisitInstruction() 934 return new (zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-ppc.h | 365 class LGoto final : public LTemplateInstruction<0, 0, 0> { 367 explicit LGoto(HBasicBlock* block) : block_(block) {} in LGoto() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 151 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 166 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 863 instr = new(zone()) LGoto(successor); in VisitInstruction() 939 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-x64.h | 374 class LGoto final : public LTemplateInstruction<0, 0, 0> { 376 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-x64.cc | 2161 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 148 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 153 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 839 instr = new(zone()) LGoto(successor); in VisitInstruction() 920 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-arm.h | 370 class LGoto final : public LTemplateInstruction<0, 0, 0> { 372 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-arm.cc | 2214 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 167 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 172 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 878 instr = new(zone()) LGoto(successor); in VisitInstruction() 959 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-ia32.h | 370 class LGoto final : public LTemplateInstruction<0, 0, 0> { 372 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-ia32.cc | 2120 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 120 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 125 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 681 instr = new(zone()) LGoto(successor); in VisitInstruction() 1509 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-arm64.h | 454 class LGoto final : public LTemplateInstruction<0, 0, 0> { 456 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-arm64.cc | 2770 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|