Lines Matching refs:bitmap_bytes
793 stats_.bitmap_bytes += image_header_.GetImageBitmapSize();
1080 size_t bitmap_bytes;
1107 bitmap_bytes(0),
1266 "bitmap_bytes = %8zd (%2.0f%% of art file bytes)\n"
1270 bitmap_bytes, PercentOfFileBytes(bitmap_bytes),
1273 CHECK_EQ(file_bytes, bitmap_bytes + header_bytes + object_bytes + alignment_bytes);