Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc86 DCHECK(image_reservation != nullptr); in CreateImageSpace()
203 ASSERT_TRUE(image_reservation.IsValid()); in TEST_F()
211 ASSERT_FALSE(image_reservation.IsValid()); in TEST_F()
266 ASSERT_TRUE(image_reservation.IsValid()); in TEST_F()
274 ASSERT_TRUE(image_reservation.IsValid()); in TEST_F()
282 ASSERT_FALSE(image_reservation.IsValid()); in TEST_F()
287 ASSERT_TRUE(image_reservation.IsValid()); in TEST_F()
294 ASSERT_FALSE(image_reservation.IsValid()); in TEST_F()
344 ASSERT_TRUE(image_reservation.IsValid()); in TEST_F()
351 ASSERT_FALSE(image_reservation.IsValid()); in TEST_F()
[all …]
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc614 image_reservation, in Init()
689 image_reservation, in Init()
931 uint8_t* address = (image_reservation != nullptr) ? image_reservation->Begin() : nullptr; in LoadImageFile()
2290 MemMap image_reservation = in LoadImage() local
2292 if (!image_reservation.IsValid()) { in LoadImage()
2322 image_reservation.Reset(); in LoadImage()
2328 image_reservation.Reset(); in LoadImage()
2824 DCHECK(image_reservation != nullptr); in OpenOatFile()
3049 image_reservation, in LoadComponents()
3080 size_t expected_size = image_reservation->IsValid() ? image_reservation->Size() : 0u; in RemapExtraReservation()
[all …]