Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dspace_bitmap.cc38 size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t bitmap_bytes) { in ComputeHeapSize() argument
39 return bitmap_bytes * kBitsPerByte * kAlignment; in ComputeHeapSize()
Dspace_bitmap.h193 static size_t ComputeHeapSize(uint64_t bitmap_bytes);
/art/oatdump/
Doatdump.cc1566 stats_.bitmap_bytes += bitmap_section.Size(); in Dump()
1899 size_t bitmap_bytes; member
1929 bitmap_bytes(0), in Stats()
2099 bitmap_bytes, PercentOfFileBytes(bitmap_bytes), in Dump()
2103 interned_strings_bytes + bitmap_bytes + alignment_bytes); in Dump()
/art/compiler/
Dimage_writer.cc997 const size_t bitmap_bytes = image_bitmap_->Size(); in CreateHeader() local
999 *bitmap_section = ImageSection(RoundUp(cur_pos, kPageSize), RoundUp(bitmap_bytes, kPageSize)); in CreateHeader()