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