Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmapping_table.h45 uint32_t total_size = DecodeUnsignedLeb128(&table); in DexToPcSize() local
47 return total_size - pc_to_dex_size; in DexToPcSize()
54 uint32_t total_size = DecodeUnsignedLeb128(&table); in FirstDexToPcPtr() local
57 DCHECK_GT(total_size, pc_to_dex_size); in FirstDexToPcPtr()
/art/compiler/utils/
Dtest_dex_file_builder.h161 uint32_t total_size = data_section_offset + data_section_size; in Build() local
163 dex_file_data_.resize(total_size); in Build()
/art/oatdump/
Doatdump.cc1867 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes + in DumpMethod() local
1872 state->stats_.ComputeOutliers(total_size, expansion, method); in DumpMethod()
1973 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) { in ComputeOutliers()
1974 method_outlier_size.push_back(total_size); in ComputeOutliers()