Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h719 void SetSentinel(mirror::Object* sentinel) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc1080 void Runtime::SetSentinel(mirror::Object* sentinel) { in SetSentinel() function in art::Runtime
Dclass_linker.cc498 runtime->SetSentinel(heap->AllocNonMovableObject<true>(self, in InitWithoutImage()
1066 runtime->SetSentinel(heap->AllocNonMovableObject<true>( in InitFromBootImage()