Searched refs:total_size (Results 1 - 3 of 3) 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/compiler/utils/
H A Dtest_dex_file_builder.h161 uint32_t total_size = data_section_offset + data_section_size; local
163 dex_file_data_.resize(total_size);
/art/oatdump/
H A Doatdump.cc1867 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes + local
1872 state->stats_.ComputeOutliers(total_size, expansion, method);
1973 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) { argument
1974 method_outlier_size.push_back(total_size);

Completed in 453 milliseconds