Lines Matching refs:unhandled
321 ArenaVector<LiveInterval*>& unhandled = core_register
325 DCHECK(unhandled.empty() || current->StartsBeforeOrAt(unhandled.back()));
398 // If needed, add interval to the list of unhandled intervals.
404 // Don't add directly to `unhandled`, it needs to be sorted and the start
406 AddSorted(&unhandled, split);
411 // Don't add directly to `unhandled`, temp or safepoint intervals
414 AddSorted(&unhandled, current);
591 stream << "unhandled: " << std::endl;
592 auto unhandled = (unhandled_ != nullptr) ?
594 for (LiveInterval* unhandled_interval : *unhandled) {
606 // (1) Remove interval with the lowest start position from unhandled.