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

/art/oatdump/
H A Doatdump.cc1332 size_t pc_mapping_table_bytes = local
1335 state->stats_.pc_mapping_table_bytes += pc_mapping_table_bytes;
1365 dex_instruction_bytes, gc_map_bytes, pc_mapping_table_bytes);
1367 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes +
1411 size_t pc_mapping_table_bytes; member in struct:art::ImageDumper::Stats
1436 pc_mapping_table_bytes(0),
1639 "pc_mapping_table_bytes = %7zd (%2.0f%% of oat file bytes)\n"
1642 pc_mapping_table_bytes, PercentOfOatBytes(pc_mapping_table_bytes),
[all...]

Completed in 64 milliseconds