Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc333 size_t safepoint_position = safepoint->GetLifetimePosition(); in ProcessInstruction() local
337 safepoints_[safepoint_index]->GetLifetimePosition() < safepoint_position); in ProcessInstruction()
339 if (safepoint_position == current->GetStart()) { in ProcessInstruction()
345 } else if (current->IsDeadAt(safepoint_position)) { in ProcessInstruction()
347 } else if (!current->Covers(safepoint_position)) { in ProcessInstruction()
1678 for (SafepointPosition* safepoint_position = current->GetFirstSafepoint(); in ConnectSiblings() local
1679 safepoint_position != nullptr; in ConnectSiblings()
1680 safepoint_position = safepoint_position->GetNext()) { in ConnectSiblings()
1681 DCHECK(current->CoversSlow(safepoint_position->GetPosition())); in ConnectSiblings()
1683 LocationSummary* locations = safepoint_position->GetLocations(); in ConnectSiblings()
[all …]