Home
last modified time | relevance | path

Searched refs:live_objects (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc164 ObjPtr<mirror::ObjectArray<mirror::Object>> live_objects = in AllocateBootImageLiveObjects() local
171 live_objects->Set</*kTransacrionActive=*/ false>(index, value); in AllocateBootImageLiveObjects()
185 live_objects->Set(index++, integer_cache.Get()); in AllocateBootImageLiveObjects()
187 live_objects->Set(index++, integer_cache->Get(i)); in AllocateBootImageLiveObjects()
190 CHECK_EQ(index, live_objects->GetLength()); in AllocateBootImageLiveObjects()
193 CHECK_EQ(integer_cache.Get(), IntrinsicObjects::GetIntegerValueOfCache(live_objects)); in AllocateBootImageLiveObjects()
196 IntrinsicObjects::GetIntegerValueOfObject(live_objects, i)); in AllocateBootImageLiveObjects()
199 return live_objects; in AllocateBootImageLiveObjects()
/art/oatdump/
Doatdump.cc1686 auto live_objects = GetBootImageLiveObjectsDataRange(runtime->GetHeap()); in DumpDataBimgRelRoEntries() local
1687 const uint8_t* live_objects_begin = live_objects.first; in DumpDataBimgRelRoEntries()
1688 const uint8_t* live_objects_end = live_objects.second; in DumpDataBimgRelRoEntries()