HomeSort by relevance Sort by last modified time
    Searched full:image_objects (Results 1 - 1 of 1) sorted by null

  /art/runtime/gc/space/
image_space.cc 646 const ImageSection& image_objects = image_header->GetImageSection(ImageHeader::kSectionObjects); local
648 uint8_t* const image_end = map->Begin() + image_objects.End();
658 RoundUp(image_objects.End(), gc::accounting::CardTable::kCardSize)));
    [all...]

Completed in 183 milliseconds