Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc119 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()
168 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()
Dssa_liveness_analysis.h401 bool StartsBefore(LiveInterval* other) const { in StartsBefore() function