Searched refs:IsFixed (Results 1 – 5 of 5) sorted by relevance
507 DCHECK(!current->IsFixed() && !current->HasSpillSlot()); in LinearScan()549 DCHECK(interval->GetStart() < position || interval->IsFixed()); in LinearScan()665 if (!current->IsSplit() && !inactive->IsFixed()) { in TryAllocateFreeReg()846 if (active->IsFixed()) continue; in TrySplitNonPairOrUnalignedPairIntervalAt()898 if (active->IsFixed()) { in AllocateBlockedReg()913 if (!current->IsSplit() && !inactive->IsFixed()) { in AllocateBlockedReg()924 if (inactive->IsFixed()) { in AllocateBlockedReg()1001 DCHECK(!active->IsFixed()); in AllocateBlockedReg()1017 if (!current->IsSplit() && !inactive->IsFixed()) { in AllocateBlockedReg()1026 if (inactive->IsFixed()) { in AllocateBlockedReg()[all …]
165 if (kIsDebugBuild && log_fatal_on_failure && !current->IsFixed()) { in ValidateIntervals()
317 if (IsFixed()) { in DumpWithContext()
295 bool IsFixed() const { return is_fixed_; } in IsFixed() function515 DCHECK(GetStart() <= current->GetStart() || IsFixed()); in FirstIntersectionWith()
639 StartAttributeStream("is_fixed") << interval->IsFixed(); in PrintInstruction()