Searched refs:HGoto (Results 1 – 12 of 12) sorted by relevance
802 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
871 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
876 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
861 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
894 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
909 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
878 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
1423 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
1167 class HGoto final : public HTemplateControlInstruction<1, 0> {1169 explicit HGoto(HBasicBlock* target) { in HGoto() function
404 HGoto* instr = new(zone()) HGoto(block); in Goto()423 HGoto* instr = new(zone()) HGoto(target); in AddLeaveInlined()
2846 std::ostream& HGoto::PrintDataTo(std::ostream& os) const { // NOLINT in PrintDataTo()