Searched refs:live_objects (Results 1 – 2 of 2) sorted by relevance
164 ObjPtr<mirror::ObjectArray<mirror::Object>> live_objects = in AllocateBootImageLiveObjects() local171 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()
1682 auto live_objects = GetBootImageLiveObjectsDataRange(runtime->GetHeap()); in DumpDataBimgRelRoEntries() local1683 const uint8_t* live_objects_begin = live_objects.first; in DumpDataBimgRelRoEntries()1684 const uint8_t* live_objects_end = live_objects.second; in DumpDataBimgRelRoEntries()