Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc307 DCHECK(unhandled.empty() || current->StartsBeforeOrAt(unhandled.back())); in ProcessInstruction()
Dssa_liveness_analysis.h736 bool StartsBeforeOrAt(LiveInterval* other) const { in StartsBeforeOrAt() function