Searched refs:unhandled_ (Results 1 – 3 of 3) sorted by relevance
49 unhandled_(nullptr), in RegisterAllocatorLinearScan()211 unhandled_ = &unhandled_fp_intervals_; in AllocateRegistersInternal()501 while (!unhandled_->empty()) { in LinearScan()504 unhandled_->pop_back(); in LinearScan()509 DCHECK(unhandled_->empty() || unhandled_->back()->GetStart() >= current->GetStart()); in LinearScan()514 unhandled_->empty() || in LinearScan()735 AddSorted(unhandled_, split); in TryAllocateFreeReg()862 AddSorted(unhandled_, split); in TrySplitNonPairOrUnalignedPairIntervalAt()983 unhandled_->push_back(current); in AllocateBlockedReg()990 AddSorted(unhandled_, split); in AllocateBlockedReg()[all …]
117 ScopedArenaVector<LiveInterval*>* unhandled_; variable
477 register_allocator.unhandled_ = ®ister_allocator.unhandled_core_intervals_; in TEST_F()482 ASSERT_EQ(1u, register_allocator.unhandled_->size()); in TEST_F()485 ASSERT_EQ(20u, register_allocator.unhandled_->front()->GetStart()); in TEST_F()932 register_allocator.unhandled_ = ®ister_allocator.unhandled_core_intervals_; in TEST_F()