HomeSort by relevance Sort by last modified time
    Searched refs:StartsBefore (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
register_allocator.cc 119 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek()));
168 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek()));
    [all...]
ssa_liveness_analysis.h 401 bool StartsBefore(LiveInterval* other) const {

Completed in 42 milliseconds