Home | History | Annotate | Download | only in oatdump

Lines Matching defs:expansion

1052         double expansion =
1054 state->stats_.ComputeOutliers(total_size, expansion, method);
1151 void ComputeOutliers(size_t total_size, double expansion, mirror::ArtMethod* method) {
1153 method_outlier_expansion.push_back(expansion);
1217 // Dump methods whose expansion is a certain number of standard deviations from the mean
1238 os << "\nLarge expansion methods (size > " << i
1253 << " methods with expansion > 1 standard deviation from the norm\n";
1322 << StringPrintf("managed_code_bytes expansion = %.2f (ignoring deduplication %.2f)\n\n",