Searched refs:IsParent (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h406 bool IsParent() const { return parent_ == this; } function in class:art::LiveInterval
762 DCHECK(IsParent());
916 DCHECK(IsParent());
943 return IsParent() && (position == GetStart());

Completed in 27 milliseconds