Home
last modified time | relevance | path

Searched refs:sentinel_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime-inl.h40 mirror::Object* obj = sentinel_.Read(); in GetClearedJniWeakGlobal()
Druntime.cc1149 CHECK(sentinel_.Read() == nullptr); in SetSentinel()
1152 sentinel_ = GcRoot<mirror::Object>(sentinel); in SetSentinel()
1156 return sentinel_; in GetSentinel()
2208 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
Druntime.h1045 GcRoot<mirror::Object> sentinel_; variable