Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h788 GcRoot<mirror::Object> GetSentinel() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc1156 GcRoot<mirror::Object> Runtime::GetSentinel() { in GetSentinel() function in art::Runtime
/art/dex2oat/linker/
Dimage_writer.cc181 set_entry(ImageHeader::kClearedJniWeakSentinel, runtime->GetSentinel().Read()); in AllocateBootImageLiveObjects()