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

/art/oatdump/
H A Doatdump.cc1567 stats_.art_field_bytes += field_section.Size();
1896 size_t art_field_bytes; member in struct:art::ImageDumper::Stats
1926 art_field_bytes(0),
2088 "art_field_bytes = %8zd (%2.0f%% of art file bytes)\n"
2095 art_field_bytes, PercentOfFileBytes(art_field_bytes),
2102 CHECK_EQ(file_bytes, header_bytes + object_bytes + art_field_bytes + art_method_bytes +

Completed in 90 milliseconds