Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h785 void SetSentinel(ObjPtr<mirror::Object> sentinel) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc1149 void Runtime::SetSentinel(ObjPtr<mirror::Object> sentinel) { in SetSentinel() function in art::Runtime
Dclass_linker.cc719 runtime->SetSentinel(heap->AllocNonMovableObject(self, in InitWithoutImage()
1284 runtime->SetSentinel(boot_image_live_objects->Get(ImageHeader::kClearedJniWeakSentinel)); in InitFromBootImage()