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

/art/oatdump/
H A Doatdump.cc1865 double expansion = local
1867 stats_.ComputeOutliers(total_size, expansion, method);
1968 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) { argument
1970 method_outlier_expansion.push_back(expansion);
2037 // Dump methods whose expansion is a certain number of standard deviations from the mean
2058 os << "\nLarge expansion methods (size > " << i
2073 << " methods with expansion > 1 standard deviation from the norm\n";
2158 << StringPrintf("managed_code_bytes expansion = %.2f (ignoring deduplication %.2f)\n\n",

Completed in 98 milliseconds