Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dpretty_printer.h133 void VisitGoto(HGoto* gota) override { in VisitGoto() argument
135 PrintInt(gota->GetId()); in VisitGoto()
Dnodes.cc700 HInstruction* gota = entry_block_->GetLastInstruction(); in InsertConstant() local
701 if (gota != nullptr && gota->IsGoto()) { in InsertConstant()
702 HInstruction* suspend_check = gota->GetPrevious(); in InsertConstant()
706 insert_before = gota; in InsertConstant()