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

/art/compiler/optimizing/
H A Dregister_allocator.cc74 void Advance() { function in class:art::AllRangesIterator
107 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
120 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
269 for (HLoopInformationOutwardIterator it(*block_to); !it.Done(); it.Advance()) {
H A Dregister_allocator_linear_scan.cc113 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
120 inst_it.Advance()) {
168 back_it.Advance()) {
171 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
408 void Advance() { function in class:art::AllRangesIterator
H A Dnodes.h1267 void Advance() { function in class:art::HLoopInformationOutwardIterator
2369 void Advance() { function in class:art::HInstructionIterator
2392 void Advance() { function in class:art::HInstructionIteratorHandleChanges
2412 void Advance() { function in class:art::HBackwardInstructionIterator
6790 Advance();
6796 void Advance() {
6823 Advance();
6829 void Advance() {
/art/runtime/
H A Dbytecode_utils.h41 void Advance() { function in class:art::CodeItemIterator
144 void Advance() { function in class:art::DexSwitchTableIterator

Completed in 511 milliseconds