Home
last modified time | relevance | path

Searched refs:bitmap_bytes (Results 1 – 4 of 4) 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/oatdump/
Doatdump.cc2030 stats_.bitmap_bytes += bitmap_section.Size(); in Dump()
2476 size_t bitmap_bytes = 0u; member
2664 bitmap_bytes, PercentOfFileBytes(bitmap_bytes), in Dump()
2670 sro_offset_bytes + metadata_bytes + bitmap_bytes + alignment_bytes); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2671 const size_t bitmap_bytes = image_info.image_bitmap_.Size(); in CreateHeader() local
2673 *bitmap_section = ImageSection(RoundUp(image_end, kPageSize), RoundUp(bitmap_bytes, kPageSize)); in CreateHeader()