Searched defs:IsLive (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h2754 bool IsDead() const { return !IsLive(); }
2755 bool IsLive() const { return GetPackedFlag<kFlagIsLive>(); } function in class:art::FINAL

Completed in 391 milliseconds