Searched refs:total_size (Results 1 – 3 of 3) sorted by relevance
45 uint32_t total_size = DecodeUnsignedLeb128(&table); in DexToPcSize() local47 return total_size - pc_to_dex_size; in DexToPcSize()54 uint32_t total_size = DecodeUnsignedLeb128(&table); in FirstDexToPcPtr() local57 DCHECK_GT(total_size, pc_to_dex_size); in FirstDexToPcPtr()
161 uint32_t total_size = data_section_offset + data_section_size; in Build() local163 dex_file_data_.resize(total_size); in Build()
1867 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes + in DumpMethod() local1872 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()