Searched refs:sentinel_ (Results 1 – 3 of 3) sorted by relevance
33 mirror::Object* obj = sentinel_.Read(); in GetClearedJniWeakGlobal()
901 CHECK(sentinel_.Read() == nullptr); in SetSentinel()904 sentinel_ = GcRoot<mirror::Object>(sentinel); in SetSentinel()1589 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
688 GcRoot<mirror::Object> sentinel_; variable