Searched defs:IsLive (Results 1 – 3 of 3) sorted by relevance
47 bool IsLive() const { return kind_ != Kind::kNone; } in IsLive() function
2963 bool IsLive(ObjPtr<mirror::Object> obj) const NO_THREAD_SAFETY_ANALYSIS { in IsLive() function in art::gc::VerifyReferenceVisitor
2817 bool IsLive() const { return GetPackedFlag<kFlagIsLive>(); } in IsLive() function