Home
last modified time | relevance | path

Searched refs:inactive_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dregister_allocator_linear_scan.cc52 inactive_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
198 inactive_.push_back(fixed); in AllocateRegistersInternal()
203 inactive_.clear(); in AllocateRegistersInternal()
218 inactive_.push_back(fixed); in AllocateRegistersInternal()
480 for (LiveInterval* inactive_interval : inactive_) { in DumpAllIntervals()
521 size_t inactive_intervals_to_handle = inactive_.size(); in LinearScan()
534 inactive_.push_back(interval); in LinearScan()
546 inactive_.begin(), in LinearScan()
662 for (LiveInterval* inactive : inactive_) { in TryAllocateFreeReg()
910 for (LiveInterval* inactive : inactive_) { in AllocateBlockedReg()
[all …]
H A Dregister_allocator_linear_scan.h128 ScopedArenaVector<LiveInterval*> inactive_; variable
H A Dregister_allocator_test.cc464 register_allocator.inactive_.push_back(interval); in TEST_F()
468 register_allocator.inactive_.push_back(interval); in TEST_F()
472 register_allocator.inactive_.push_back(interval); in TEST_F()