HomeSort by relevance Sort by last modified time
    Searched refs:unhandled_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
register_allocator.cc 33 unhandled_(allocator, 0),
119 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek()));
161 // Don't add direclty to `unhandled_`, it needs to be sorted and the start
168 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek()));
169 unhandled_.Add(current);
311 while (!unhandled_.IsEmpty()) {
313 LiveInterval* current = unhandled_.Pop();
539 for (size_t i = unhandled_.Size(); i > 0; --i)
    [all...]
register_allocator.h 127 GrowableArray<LiveInterval*> unhandled_; member in class:art::RegisterAllocator

Completed in 85 milliseconds