Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc303 ScopedArenaVector<LiveInterval*>& unhandled = core_register in ProcessInstruction() local
307 DCHECK(unhandled.empty() || current->StartsBeforeOrAt(unhandled.back())); in ProcessInstruction()
388 AddSorted(&unhandled, split); in ProcessInstruction()
396 AddSorted(&unhandled, current); in ProcessInstruction()
488 auto unhandled = (unhandled_ != nullptr) ? in DumpAllIntervals() local
490 for (LiveInterval* unhandled_interval : *unhandled) { in DumpAllIntervals()
Dregister_allocator_test.cc445 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval(); in TEST_F() local
446 unhandled->AddLoopRange(0, 60); in TEST_F()
456 unhandled = register_allocator.Split(unhandled, 5); in TEST_F()
479 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled)); in TEST_F()