Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h899 GcRoot<mirror::Object> GetSentinel() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc1310 GcRoot<mirror::Object> Runtime::GetSentinel() { in GetSentinel() function in art::Runtime
Dclass_linker.cc1399 DCHECK(runtime->GetSentinel().Read()->GetClass() == GetClassRoot<mirror::Object>(this)); in InitFromBootImage()
/art/runtime/gc/collector/
Dconcurrent_copying.cc2366 << " runtime->sentinel=" << Runtime::Current()->GetSentinel().Read<kWithoutReadBarrier>(); in ProcessMarkStackRef()
/art/dex2oat/linker/
Dimage_writer.cc151 set_entry(ImageHeader::kClearedJniWeakSentinel, runtime->GetSentinel().Read()); in AllocateBootImageLiveObjects()