Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
DREADME.mips47 slot and adjust the displacement. However, given that code expansion is
51 Code expansion
53 Code expansion for the MIPS target is significantly higher than we see
/art/oatdump/
Doatdump.cc1870 double expansion = in DumpMethod() local
1872 state->stats_.ComputeOutliers(total_size, expansion, method); in DumpMethod()
1973 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) { in ComputeOutliers()
1975 method_outlier_expansion.push_back(expansion); in ComputeOutliers()