Lines Matching refs:GetStart
289 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in ProcessInstruction()
399 if (safepoint_position == current->GetStart()) { in AddSafepointsFor()
596 DCHECK(unhandled_->empty() || unhandled_->back()->GetStart() >= current->GetStart()); in LinearScan()
604 size_t position = current->GetStart(); in LinearScan()
636 DCHECK(interval->GetStart() < position || interval->IsFixed()); in LinearScan()
803 reg = FindAvailableRegisterPair(free_until, current->GetStart()); in TryAllocateFreeReg()
831 LiveInterval* split = SplitBetween(current, current->GetStart(), free_until[reg]); in TryAllocateFreeReg()
1002 next_use[reg] = current->GetStart(); in AllocateBlockedReg()
1006 size_t use = active->FirstRegisterUseAfter(current->GetStart()); in AllocateBlockedReg()
1036 size_t use = inactive->FirstUseAfter(current->GetStart()); in AllocateBlockedReg()
1065 bool is_allocation_at_use_site = (current->GetStart() >= (first_register_use - 1)); in AllocateBlockedReg()
1084 bool success = TrySplitNonPairOrUnalignedPairIntervalAt(current->GetStart(), in AllocateBlockedReg()
1096 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg()
1112 LiveInterval* split = Split(active, current->GetStart()); in AllocateBlockedReg()
1143 LiveInterval* split = Split(inactive, current->GetStart()); in AllocateBlockedReg()
1256 if ((*spill_slots)[s] > parent->GetStart()) { in AllocateSpillSlotFor()