Searched refs:StartsBefore (Results 1 – 2 of 2) sorted by relevance
119 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()168 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()
401 bool StartsBefore(LiveInterval* other) const { in StartsBefore() function