Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc626 if (current->IsSlowPathSafepoint()) { in LinearScan()
741 DCHECK(!inactive->IsTemp() && !inactive->IsSlowPathSafepoint()); in TryAllocateFreeReg()
942 DCHECK(!inactive->IsTemp() && !inactive->IsSlowPathSafepoint()); in AllocateBlockedReg()
1091 } else if ((current->GetStart() == interval->GetStart()) && current->IsSlowPathSafepoint()) { in AddSorted()
Dssa_liveness_analysis.h230 bool IsSlowPathSafepoint() const { return is_slow_path_safepoint_; } in IsSlowPathSafepoint() function