Home | History | Annotate | Download | only in oatdump

Lines Matching refs:bitmap_bytes

1118     stats_.bitmap_bytes += image_header_.GetImageBitmapSize();
1414 size_t bitmap_bytes;
1441 bitmap_bytes(0),
1600 "bitmap_bytes = %8zd (%2.0f%% of art file bytes)\n"
1604 bitmap_bytes, PercentOfFileBytes(bitmap_bytes),
1607 CHECK_EQ(file_bytes, bitmap_bytes + header_bytes + object_bytes + alignment_bytes);