Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc379 LiveInterval* inactive = inactive_.Get(i); in TryAllocateFreeReg() local
380 DCHECK(inactive->HasRegister()); in TryAllocateFreeReg()
381 size_t next_intersection = inactive->FirstIntersectionWith(current); in TryAllocateFreeReg()
383 free_until[inactive->GetRegister()] = next_intersection; in TryAllocateFreeReg()
464 LiveInterval* inactive = inactive_.Get(i); in AllocateBlockedReg() local
465 DCHECK(inactive->HasRegister()); in AllocateBlockedReg()
466 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg()
468 if (inactive->IsFixed()) { in AllocateBlockedReg()
469 next_use[inactive->GetRegister()] = in AllocateBlockedReg()
470 std::min(next_intersection, next_use[inactive->GetRegister()]); in AllocateBlockedReg()
[all …]