Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h605 void SetSentinel(mirror::Object* sentinel) SHARED_REQUIRES(Locks::mutator_lock_);
Druntime.cc900 void Runtime::SetSentinel(mirror::Object* sentinel) { in SetSentinel() function in art::Runtime
Dclass_linker.cc404 runtime->SetSentinel(heap->AllocNonMovableObject<true>(self, in InitWithoutImage()
1020 runtime->SetSentinel(heap->AllocNonMovableObject<true>( in InitFromBootImage()