Searched refs:live_objects (Results 1 – 3 of 3) sorted by relevance
35 ObjPtr<mirror::ObjectArray<mirror::Object>> live_objects, in FillIntrinsicsObjects() argument48 live_objects->Set(index + i, value); in FillIntrinsicsObjects()
377 ObjPtr<mirror::ObjectArray<mirror::Object>> live_objects = in AllocateBootImageLiveObjects() local380 if (live_objects == nullptr) { in AllocateBootImageLiveObjects()387 live_objects->Set</*kTransacrionActive=*/ false>(index, value); in AllocateBootImageLiveObjects()400 IntrinsicObjects::FillIntrinsicObjects(live_objects, index); in AllocateBootImageLiveObjects()401 return live_objects; in AllocateBootImageLiveObjects()
1600 auto live_objects = GetBootImageLiveObjectsDataRange(runtime->GetHeap()); in DumpDataImgRelRoEntries() local1601 const uint8_t* live_objects_begin = live_objects.first; in DumpDataImgRelRoEntries()1602 const uint8_t* live_objects_end = live_objects.second; in DumpDataImgRelRoEntries()