Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h722 GcRoot<mirror::Object> GetSentinel() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc1087 GcRoot<mirror::Object> Runtime::GetSentinel() { in GetSentinel() function in art::Runtime
/art/runtime/gc/collector/
Dconcurrent_copying.cc2148 << " runtime->sentinel=" << Runtime::Current()->GetSentinel().Read<kWithoutReadBarrier>(); in ProcessMarkStackRef()
2239 << " runtime->sentinel=" << Runtime::Current()->GetSentinel().Read<kWithoutReadBarrier>(); in ProcessMarkStackRef()