Searched refs:gota (Results 1 – 2 of 2) sorted by relevance
133 void VisitGoto(HGoto* gota) override { in VisitGoto() argument135 PrintInt(gota->GetId()); in VisitGoto()
700 HInstruction* gota = entry_block_->GetLastInstruction(); in InsertConstant() local701 if (gota != nullptr && gota->IsGoto()) { in InsertConstant()702 HInstruction* suspend_check = gota->GetPrevious(); in InsertConstant()706 insert_before = gota; in InsertConstant()