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

/art/compiler/optimizing/
H A Dregister_allocator.cc55 it.Advance()) {
187 void Advance() { function in class:art::AllRangesIterator
245 for (AllRangesIterator it(intervals.Get(i)); !it.Done(); it.Advance()) {
952 for (HLinearOrderIterator it(liveness_); !it.Done(); it.Advance()) {
965 for (HLinearOrderIterator it(liveness_); !it.Done(); it.Advance()) {
967 for (HInstructionIterator it(current->GetPhis()); !it.Done(); it.Advance()) {
H A Dssa_liveness_analysis.h260 // Advance both intervals and find the first matching range start in
565 void Advance() { --index_; DCHECK_GE(index_, 0U); } function in class:art::HLinearOrderIterator
581 void Advance() { ++index_; } function in class:art::HLinearPostOrderIterator
H A Dnodes.h622 void Advance() { function in class:art::HUseIterator
678 void Advance() { index_++; } function in class:art::HInputIterator
696 void Advance() { function in class:art::HInstructionIterator
717 void Advance() { function in class:art::HBackwardInstructionIterator
1583 void Advance() { ++index_; } function in class:art::HInsertionOrderIterator
1598 void Advance() { ++index_; } function in class:art::HReversePostOrderIterator
1614 void Advance() { --index_; } function in class:art::HPostOrderIterator

Completed in 50 milliseconds