Searched defs:IsLive (Results 1 – 2 of 2) sorted by relevance
| /art/runtime/ | ||
| D | dex_register_location.h | 47 bool IsLive() const { return kind_ != Kind::kNone; } in IsLive() function |
| /art/runtime/gc/ | ||
| D | heap.cc | 3003 bool IsLive(ObjPtr<mirror::Object> obj) const NO_THREAD_SAFETY_ANALYSIS { in IsLive() function in art::gc::VerifyReferenceVisitor |