Searched refs:inactive (Results 1 – 4 of 4) sorted by relevance
753 for (LiveInterval* inactive : inactive_) { in TryAllocateFreeReg()755 DCHECK(!inactive->IsTemp()); in TryAllocateFreeReg()756 if (!current->IsSplit() && !inactive->IsFixed()) { in TryAllocateFreeReg()761 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in TryAllocateFreeReg()765 DCHECK(inactive->HasRegister() || inactive->IsFixed()); in TryAllocateFreeReg()766 uint32_t register_mask = GetRegisterMask(inactive, current_register_type_); in TryAllocateFreeReg()775 size_t next_intersection = inactive->FirstIntersectionWith(current); in TryAllocateFreeReg()1015 for (LiveInterval* inactive : inactive_) { in AllocateBlockedReg()1017 DCHECK(!inactive->IsTemp()); in AllocateBlockedReg()1018 if (!current->IsSplit() && !inactive->IsFixed()) { in AllocateBlockedReg()[all …]
54 # live interval is inactive at the desired position.
108 `inactive`)185 (with the compilation reason `inactive`).
72 field public static final String REASON_INACTIVE = "inactive";