Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc667 const size_t end_of_bitmap = image_bitmap_offset + bitmap_section.Size(); in Init() local
668 if (end_of_bitmap != image_file_size) { in Init()
672 end_of_bitmap); in Init()