Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Ddex_register_location.h47 bool IsLive() const { return kind_ != Kind::kNone; } in IsLive() function
/aosp12/art/runtime/gc/
H A Dheap.cc2869 bool IsLive(ObjPtr<mirror::Object> obj) const NO_THREAD_SAFETY_ANALYSIS { in IsLive() function in art::gc::VerifyReferenceVisitor