Searched refs:live_objects (Results 1 – 2 of 2) sorted by relevance
58 ObjPtr<mirror::ObjectArray<mirror::Object>> live_objects = in AllocateBootImageLiveObjects() local63 live_objects->Set(index++, integer_cache.Get()); in AllocateBootImageLiveObjects()65 live_objects->Set(index++, integer_cache->Get(i)); in AllocateBootImageLiveObjects()68 CHECK_EQ(index, live_objects->GetLength()); in AllocateBootImageLiveObjects()71 CHECK_EQ(integer_cache.Get(), GetIntegerValueOfCache(live_objects)); in AllocateBootImageLiveObjects()73 CHECK_EQ(integer_cache->GetWithoutChecks(i), GetIntegerValueOfObject(live_objects, i)); in AllocateBootImageLiveObjects()76 return live_objects; in AllocateBootImageLiveObjects()
1683 auto live_objects = GetBootImageLiveObjectsDataRange(runtime->GetHeap()); in DumpDataBimgRelRoEntries() local1684 const uint8_t* live_objects_begin = live_objects.first; in DumpDataBimgRelRoEntries()1685 const uint8_t* live_objects_end = live_objects.second; in DumpDataBimgRelRoEntries()