Home
last modified time | relevance | path

Searched refs:unhandled (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc267 ScopedArenaVector<LiveInterval*>& unhandled = in ProcessInstruction() local
270 DCHECK(unhandled.empty() || current->StartsBeforeOrAt(unhandled.back())); in ProcessInstruction()
292 AddSorted(&unhandled, split); in ProcessInstruction()
300 AddSorted(&unhandled, current); in ProcessInstruction()
575 auto unhandled = (unhandled_ != nullptr) ? in DumpAllIntervals() local
577 for (LiveInterval* unhandled_interval : *unhandled) { in DumpAllIntervals()
Dregister_allocator_test.cc414 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval(); in TEST_F() local
415 unhandled->AddLoopRange(0, 60); in TEST_F()
425 unhandled = register_allocator.Split(unhandled, 5); in TEST_F()
448 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled)); in TEST_F()