Searched defs:use_it (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dregister_allocation_resolver.cc314 UsePositionList::const_iterator use_it = current->GetUses().begin(); local
334 FindMatchingUseRange(use_it, use_end, range_begin, range_end);
335 DCHECK(std::all_of(use_it,
358 use_it = matching_use_range.end();
408 DCHECK(std::all_of(use_it, use_end, [](const UsePosition& pos) { return pos.IsSynthesized(); }));

Completed in 68 milliseconds