Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h645 bool StartsBeforeOrAt(LiveInterval* other) const { in StartsBeforeOrAt() function
Dregister_allocator.cc310 DCHECK(unhandled.IsEmpty() || current->StartsBeforeOrAt(unhandled.Peek())); in ProcessInstruction()