Searched defs:GetBlocks (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h149 const GrowableArray<HBasicBlock*>& GetBlocks() const { return blocks_; } function in class:art::HGraph
393 blocks_(graph->GetArena(), graph->GetBlocks().Size(), true) {}
464 const ArenaBitVector& GetBlocks() const { return blocks_; } function in class:art::HLoopInformation
3997 bool Done() const { return index_ == graph_.GetBlocks().Size(); }
3998 HBasicBlock* Current() const { return graph_.GetBlocks().Get(index_); }
4088 : blocks_in_loop_(info.GetBlocks()),
4089 blocks_(info.GetHeader()->GetGraph()->GetBlocks()),
4121 : blocks_in_loop_(info.GetBlocks()),

Completed in 61 milliseconds