Searched refs:sentinel_ (Results 1 – 3 of 3) sorted by relevance
40 mirror::Object* obj = sentinel_.Read(); in GetClearedJniWeakGlobal()
1238 CHECK(sentinel_.Read() == nullptr); in SetSentinel()1241 sentinel_ = GcRoot<mirror::Object>(sentinel); in SetSentinel()1245 return sentinel_; in GetSentinel()2424 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
1111 GcRoot<mirror::Object> sentinel_; variable