Searched refs:image_objects (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc680 const ImageSection& image_objects = image_header->GetObjectsSection(); local
682 uint8_t* const image_end = map->Begin() + image_objects.End();
692 RoundUp(image_objects.End(), gc::accounting::CardTable::kCardSize)));

Completed in 27 milliseconds