Lines Matching refs:GetStart
321 if (safepoint_position == current->GetStart()) { in ProcessInstruction()
385 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in ProcessInstruction()
509 DCHECK(unhandled_->empty() || unhandled_->back()->GetStart() >= current->GetStart()); in LinearScan()
517 size_t position = current->GetStart(); in LinearScan()
549 DCHECK(interval->GetStart() < position || interval->IsFixed()); in LinearScan()
705 reg = FindAvailableRegisterPair(free_until, current->GetStart()); in TryAllocateFreeReg()
733 LiveInterval* split = SplitBetween(current, current->GetStart(), free_until[reg]); in TryAllocateFreeReg()
899 next_use[active->GetRegister()] = current->GetStart(); in AllocateBlockedReg()
901 size_t use = active->FirstRegisterUseAfter(current->GetStart()); in AllocateBlockedReg()
928 size_t use = inactive->FirstUseAfter(current->GetStart()); in AllocateBlockedReg()
957 bool is_allocation_at_use_site = (current->GetStart() >= (first_register_use - 1)); in AllocateBlockedReg()
976 bool success = TrySplitNonPairOrUnalignedPairIntervalAt(current->GetStart(), in AllocateBlockedReg()
988 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg()
1002 LiveInterval* split = Split(active, current->GetStart()); in AllocateBlockedReg()
1033 LiveInterval* split = Split(inactive, current->GetStart()); in AllocateBlockedReg()
1146 if ((*spill_slots)[s] > parent->GetStart()) { in AllocateSpillSlotFor()