Lines Matching refs:stats_
1054 stats_.oat_file_bytes = oat_file->Size();
1060 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(),
1111 stats_.file_bytes = file->GetLength();
1114 stats_.header_bytes = header_bytes;
1116 stats_.alignment_bytes += alignment_bytes;
1117 stats_.alignment_bytes += image_header_.GetImageBitmapOffset() - image_header_.GetImageSize();
1118 stats_.bitmap_bytes += image_header_.GetImageBitmapSize();
1119 stats_.Dump(os);
1250 state->stats_.object_bytes += object_bytes;
1251 state->stats_.alignment_bytes += alignment_bytes;
1324 state->stats_.native_to_managed_code_bytes += quick_oat_code_size;
1338 state->stats_.dex_instruction_bytes += dex_instruction_bytes;
1344 state->stats_.gc_map_bytes += gc_map_bytes;
1350 state->stats_.pc_mapping_table_bytes += pc_mapping_table_bytes;
1356 state->stats_.vmap_table_bytes += vmap_table_bytes;
1365 state->stats_.managed_code_bytes += quick_oat_code_size;
1368 state->stats_.class_initializer_code_bytes += quick_oat_code_size;
1370 state->stats_.large_initializer_code_bytes += quick_oat_code_size;
1373 state->stats_.large_method_code_bytes += quick_oat_code_size;
1376 state->stats_.managed_code_bytes_ignoring_deduplication += quick_oat_code_size;
1387 state->stats_.ComputeOutliers(total_size, expansion, method);
1391 state->stats_.Update(obj_class->GetDescriptor(&temp), object_bytes);
1671 } stats_;