/external/v8/src/crankshaft/ |
D | lithium.cc | 300 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 388 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() 851 instr = new(zone()) LGoto(successor); in VisitInstruction() 911 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) { in AddInstruction() 936 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-x87.h | 386 class LGoto final : public LTemplateInstruction<0, 0, 0> { 388 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-x87.cc | 244 x87_stack_.LeavingBlock(current_block_, LGoto::cast(instr), this); in GenerateBodyInstructionPost() 606 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock() 2244 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() 813 instr = new(zone()) LGoto(successor); in VisitInstruction() 888 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-arm.h | 371 class LGoto final : public LTemplateInstruction<0, 0, 0> { 373 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 113 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 118 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 656 instr = new(zone()) LGoto(successor); in VisitInstruction() 1441 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-arm64.h | 455 class LGoto final : public LTemplateInstruction<0, 0, 0> { 457 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-arm64.cc | 2709 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() 846 instr = new(zone()) LGoto(successor); in VisitInstruction() 921 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-ia32.h | 373 class LGoto final : public LTemplateInstruction<0, 0, 0> { 375 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-ia32.cc | 1968 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/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() 838 instr = new(zone()) LGoto(successor); in VisitInstruction() 904 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-x64.h | 377 class LGoto final : public LTemplateInstruction<0, 0, 0> { 379 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
/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() 828 instr = new (zone()) LGoto(successor); in VisitInstruction() 903 return new (zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-ppc.h | 368 class LGoto final : public LTemplateInstruction<0, 0, 0> { 370 explicit LGoto(HBasicBlock* block) : block_(block) {} in LGoto() function
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 154 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 158 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 753 instr = new (zone()) LGoto(successor); in VisitInstruction() 825 return new (zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-s390.h | 359 class LGoto final : public LTemplateInstruction<0, 0, 0> { 361 explicit LGoto(HBasicBlock* block) : block_(block) {} in LGoto() function
|
D | lithium-codegen-s390.cc | 2212 void LCodeGen::DoGoto(LGoto* instr) { EmitGoto(instr->block_id()); } in DoShiftI()
|
/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() 823 instr = new(zone()) LGoto(successor); in VisitInstruction() 898 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-mips64.h | 372 class LGoto final : public LTemplateInstruction<0, 0, 0> { 374 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-mips64.cc | 2163 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() 823 instr = new(zone()) LGoto(successor); in VisitInstruction() 898 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-mips.h | 369 class LGoto final : public LTemplateInstruction<0, 0, 0> { 371 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|