Searched refs:gota (Results 1 – 2 of 2) sorted by relevance
132 void VisitGoto(HGoto* gota) override { in VisitGoto() argument134 PrintInt(gota->GetId()); in VisitGoto()
642 HInstruction* gota = entry_block_->GetLastInstruction(); in InsertConstant() local643 if (gota != nullptr && gota->IsGoto()) { in InsertConstant()644 HInstruction* suspend_check = gota->GetPrevious(); in InsertConstant()648 insert_before = gota; in InsertConstant()