Home
last modified time | relevance | path

Searched refs:gota (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dpretty_printer.h132 void VisitGoto(HGoto* gota) override { in VisitGoto() argument
134 PrintInt(gota->GetId()); in VisitGoto()
Dnodes.cc642 HInstruction* gota = entry_block_->GetLastInstruction(); in InsertConstant() local
643 if (gota != nullptr && gota->IsGoto()) { in InsertConstant()
644 HInstruction* suspend_check = gota->GetPrevious(); in InsertConstant()
648 insert_before = gota; in InsertConstant()