Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h622 void Advance() { in Advance() function
678 void Advance() { index_++; } in Advance() function
696 void Advance() { in Advance() function
717 void Advance() { in Advance() function
1583 void Advance() { ++index_; } in Advance() function
1598 void Advance() { ++index_; } in Advance() function
1614 void Advance() { --index_; } in Advance() function
Dssa_liveness_analysis.h565 void Advance() { --index_; DCHECK_GE(index_, 0U); } in Advance() function
581 void Advance() { ++index_; } in Advance() function
Dregister_allocator.cc187 void Advance() { in Advance() function in art::AllRangesIterator