Searched refs:SetSentinel (Results 1 – 3 of 3) sorted by relevance
781 void SetSentinel(ObjPtr<mirror::Object> sentinel) REQUIRES_SHARED(Locks::mutator_lock_);
1148 void Runtime::SetSentinel(ObjPtr<mirror::Object> sentinel) { in SetSentinel() function in art::Runtime
788 runtime->SetSentinel(heap->AllocNonMovableObject(self, in InitWithoutImage()1354 runtime->SetSentinel(boot_image_live_objects->Get(ImageHeader::kClearedJniWeakSentinel)); in InitFromBootImage()