Home
last modified time | relevance | path

Searched refs:expansion (Results 1 – 2 of 2) sorted by relevance

/art/oatdump/
Doatdump.cc2443 double expansion = in DumpMethod() local
2445 stats_.ComputeOutliers(total_size, expansion, method); in DumpMethod()
2527 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) { in ComputeOutliers()
2529 method_outlier_expansion.push_back(expansion); in ComputeOutliers()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S777 @ The offset to .Ldo_aput_null is too large to use cbz due to expansion from READ_BARRIER macro.