Searched defs:total_size (Results 1 - 6 of 6) sorted by relevance

/art/runtime/lambda/
H A Dclosure_builder.cc149 size_t total_size = header_size; local
195 total_size += var_size;
205 return total_size;
/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 Ddedupe_set-inl.h44 size_t total_size = 0u; member in struct:art::DedupeSet::Stats
91 global_stats->total_size += keys_.Size();
246 stats.total_size,
H A Dtest_dex_file_builder.h163 uint32_t total_size = data_section_offset + data_section_size; local
165 dex_file_data_.resize(total_size);
/art/runtime/jit/
H A Djit_code_cache.cc320 size_t total_size = header_size + code_size; local
331 memory = AllocateCode(total_size);
/art/oatdump/
H A Doatdump.cc1862 size_t total_size = dex_instruction_bytes + local
1867 stats_.ComputeOutliers(total_size, expansion, method);
1968 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) { argument
1969 method_outlier_size.push_back(total_size);

Completed in 95 milliseconds