com.android.dx.ssa
Class ConstCollector
java.lang.Object
com.android.dx.ssa.ConstCollector
public class ConstCollector
- extends Object
Collects constants that are used more than once at the top of the
method block. This increases register usage by about 5% but decreases
insn size by about 3%.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
process
public static void process(SsaMethod ssaMethod)
- Processes a method.
- Parameters:
ssaMethod - non-null; method to process
Copyright © 2015. All rights reserved.