Searched refs:statistics (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfOptions.java44 /** whether to print statistics to stdout at end of compile cycle */
45 public boolean statistics; field in class:CfOptions
H A DCfTranslator.java305 if (cfOptions.statistics) {
320 if (cfOptions.statistics && nonOptRmeth != null) {
375 * Helper that updates the dex statistics.
382 * collect statistics. We have to totally convert both ways,
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java567 if (args.optimize && args.statistics) {
816 if (args.statistics) {
1269 /** Whether to print statistics to stdout at end of compile cycle */
1270 public boolean statistics; field in class:Main.Arguments
1424 } else if (parser.isArg("--statistics")) {
1425 statistics = true;
1582 cfOptions.statistics = statistics;

Completed in 6 milliseconds