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

/art/compiler/optimizing/
H A Dbytecode_utils.h40 void Advance() { function in class:art::CodeItemIterator
143 void Advance() { function in class:art::DexSwitchTableIterator
H A Dregister_allocator.cc116 for (HLinearOrderIterator it(*codegen_->GetGraph()); !it.Done(); it.Advance()) {
118 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
125 inst_it.Advance()) {
171 for (HLinearPostOrderIterator it(*codegen_->GetGraph()); !it.Done(); it.Advance()) {
174 back_it.Advance()) {
177 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
428 void Advance() { function in class:art::AllRangesIterator
491 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
504 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
1247 for (HLoopInformationOutwardIterator it(*block_to); !it.Done(); it.Advance()) {
[all...]
H A Dnodes.h1172 void Advance() { function in class:art::HLoopInformationOutwardIterator
2183 void Advance() { index_++; } function in class:art::HInputIterator
2201 void Advance() { function in class:art::HInstructionIterator
2222 void Advance() { function in class:art::HBackwardInstructionIterator
6406 void Advance() { ++index_; }
6424 void Advance() { ++index_; }
6443 void Advance() { --index_; }
6461 void Advance() {
6480 void Advance() { ++index_; }
6499 Advance();
[all...]

Completed in 104 milliseconds