Home | History | Annotate | Download | only in oatdump

Lines Matching defs:bitmap_bytes

1108     stats_.bitmap_bytes += image_header_.GetImageBitmapSize();
1399 size_t bitmap_bytes;
1426 bitmap_bytes(0),
1585 "bitmap_bytes = %8zd (%2.0f%% of art file bytes)\n"
1589 bitmap_bytes, PercentOfFileBytes(bitmap_bytes),
1592 CHECK_EQ(file_bytes, bitmap_bytes + header_bytes + object_bytes + alignment_bytes);