Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc318 size_t safepoint_position = safepoint->GetLifetimePosition(); in ProcessInstruction() local
322 || safepoints_.Get(safepoint_index)->GetLifetimePosition() < safepoint_position); in ProcessInstruction()
324 if (safepoint_position == current->GetStart()) { in ProcessInstruction()
330 } else if (current->IsDeadAt(safepoint_position)) { in ProcessInstruction()
332 } else if (!current->Covers(safepoint_position)) { in ProcessInstruction()
1563 for (SafepointPosition* safepoint_position = current->GetFirstSafepoint(); in ConnectSiblings() local
1564 safepoint_position != nullptr; in ConnectSiblings()
1565 safepoint_position = safepoint_position->GetNext()) { in ConnectSiblings()
1566 DCHECK(current->CoversSlow(safepoint_position->GetPosition())); in ConnectSiblings()
1568 LocationSummary* locations = safepoint_position->GetLocations(); in ConnectSiblings()