Searched defs:IsLive (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/ | ||
D | heap.cc | 2907 bool IsLive(ObjPtr<mirror::Object> obj) const NO_THREAD_SAFETY_ANALYSIS { in IsLive() function in art::gc::VerifyReferenceVisitor |
/art/compiler/optimizing/ | ||
D | nodes.h | 2591 bool IsLive() const { return GetPackedFlag<kFlagIsLive>(); } in IsLive() function |