Searched refs:bitmap_bytes (Results 1 - 4 of 4) sorted by last modified time

/art/dex2oat/linker/
H A Dimage_writer.cc1939 const size_t bitmap_bytes = image_info.image_bitmap_->Size(); local
1941 *bitmap_section = ImageSection(RoundUp(image_end, kPageSize), RoundUp(bitmap_bytes, kPageSize));
/art/oatdump/
H A Doatdump.cc2217 stats_.bitmap_bytes += bitmap_section.Size();
2649 size_t bitmap_bytes; member in struct:art::ImageDumper::Stats
2678 bitmap_bytes(0),
2841 "bitmap_bytes = %8zd (%2.0f%% of art file bytes)\n"
2852 bitmap_bytes, PercentOfFileBytes(bitmap_bytes),
2858 bitmap_bytes + alignment_bytes);
/art/runtime/gc/accounting/
H A Dspace_bitmap.cc46 size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t bitmap_bytes) { argument
47 return bitmap_bytes * kBitsPerByte * kAlignment;
H A Dspace_bitmap.h212 static size_t ComputeHeapSize(uint64_t bitmap_bytes);

Completed in 1260 milliseconds