Home
last modified time | relevance | path

Searched refs:Peek (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Ddataflow_iterator-inl.h142 loop_ends_->Get(loop_head_stack_->Peek().first) == idx_) { in Next()
143 auto top = loop_head_stack_->Peek(); in Next()
Dglobal_value_numbering.cc91 auto top = mir_graph_->GetTopologicalSortOrderLoopHeadStack()->Peek(); in PrepareBasicBlock()
/art/compiler/optimizing/
Dpretty_printer.h81 PrintInt(predecessors.Peek()->GetBlockId()); in VisitBasicBlock()
90 PrintInt(successors.Peek()->GetBlockId()); in VisitBasicBlock()
Dregister_allocator.cc119 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()
168 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()
/art/compiler/utils/
Dgrowable_array.h190 T Peek() const { in Peek() function