Searched refs:SetSentinel (Results 1 – 3 of 3) sorted by relevance
605 void SetSentinel(mirror::Object* sentinel) SHARED_REQUIRES(Locks::mutator_lock_);
900 void Runtime::SetSentinel(mirror::Object* sentinel) { in SetSentinel() function in art::Runtime
404 runtime->SetSentinel(heap->AllocNonMovableObject<true>(self, in InitWithoutImage()1020 runtime->SetSentinel(heap->AllocNonMovableObject<true>( in InitFromBootImage()