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

/art/runtime/
H A Dmapping_table.h45 uint32_t total_size = DecodeUnsignedLeb128(&table); variable
47 return total_size - pc_to_dex_size;
54 uint32_t total_size = DecodeUnsignedLeb128(&table); local
57 DCHECK_GT(total_size, pc_to_dex_size);
/art/oatdump/
H A Doatdump.cc1382 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes + local
1387 state->stats_.ComputeOutliers(total_size, expansion, method);
1485 void ComputeOutliers(size_t total_size, double expansion, mirror::ArtMethod* method) { argument
1486 method_outlier_size.push_back(total_size);

Completed in 72 milliseconds