Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsic_objects.cc58 ObjPtr<mirror::ObjectArray<mirror::Object>> live_objects = in AllocateBootImageLiveObjects() local
63 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()
/art/oatdump/
Doatdump.cc1683 auto live_objects = GetBootImageLiveObjectsDataRange(runtime->GetHeap()); in DumpDataBimgRelRoEntries() local
1684 const uint8_t* live_objects_begin = live_objects.first; in DumpDataBimgRelRoEntries()
1685 const uint8_t* live_objects_end = live_objects.second; in DumpDataBimgRelRoEntries()