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

/art/runtime/gc/accounting/
H A Dspace_bitmap.cc38 size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t bitmap_bytes) { argument
39 return bitmap_bytes * kBitsPerByte * kAlignment;
H A Dspace_bitmap.h193 static size_t ComputeHeapSize(uint64_t bitmap_bytes);
/art/oatdump/
H A Doatdump.cc1566 stats_.bitmap_bytes += bitmap_section.Size();
1899 size_t bitmap_bytes; member in struct:art::ImageDumper::Stats
1929 bitmap_bytes(0),
2091 "bitmap_bytes = %8zd (%2.0f%% of art file bytes)\n"
2099 bitmap_bytes, PercentOfFileBytes(bitmap_bytes),
2103 interned_strings_bytes + bitmap_bytes + alignment_bytes);
/art/compiler/
H A Dimage_writer.cc997 const size_t bitmap_bytes = image_bitmap_->Size(); local
999 *bitmap_section = ImageSection(RoundUp(cur_pos, kPageSize), RoundUp(bitmap_bytes, kPageSize));

Completed in 169 milliseconds