Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dspace_bitmap.cc46 size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t bitmap_bytes) { in ComputeHeapSize() argument
47 return bitmap_bytes * kBitsPerByte * kAlignment; in ComputeHeapSize()
Dspace_bitmap.h207 static size_t ComputeHeapSize(uint64_t bitmap_bytes);
/art/dex2oat/linker/
Dimage_writer.cc2600 const size_t bitmap_bytes = image_info.image_bitmap_.Size(); in CreateHeader() local
2602 *bitmap_section = ImageSection(RoundUp(image_end, kPageSize), RoundUp(bitmap_bytes, kPageSize)); in CreateHeader()