Lines Matching refs:it

132     for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
133 HBasicBlock* block = it.Current();
167 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
168 VisitBasicBlock(it.Current());
178 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
179 VisitPhi(it.Current()->AsPhi());
183 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
184 HInstruction* instr = it.Current();
263 // So start with null and create the HBoundType lazily, only if it's needed.
270 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) {
271 HInstruction* user = it->GetUser();
272 size_t index = it->GetIndex();
273 // Increment `it` now because `*it` may disappear thanks to user->ReplaceInput().
274 ++it;
395 // So start with null and create the HBoundType lazily, only if it's needed.
410 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) {
411 HInstruction* user = it->GetUser();
412 size_t index = it->GetIndex();
413 // Increment `it` now because `*it` may disappear thanks to user->ReplaceInput().
414 ++it;
448 // but then we would need to pass it to RTPVisitor just for this debug check. Since
480 // Get type from dex cache assuming it was populated by the verifier.
498 // Get type from dex cache assuming it was populated by the verifier.
503 // We check if the existing type is valid: the inliner may have set it.
563 // Get type from dex cache assuming it was populated by the verifier.
634 // should remove it from the graph.
766 // TODO: consider if it's worth "looking back" and binding the input object
813 // to the bound type is dead. We play it safe by not marking the bound type as