Home | History | Annotate | Download | only in oatdump

Lines Matching refs:total_size

2615       size_t total_size = dex_instruction_bytes +
2620 stats_.ComputeOutliers(total_size, expansion, method);
2719 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) {
2720 method_outlier_size.push_back(total_size);