Package com.android.dx.ssa
Class ConstCollector
java.lang.Object
com.android.dx.ssa.ConstCollector
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%.
-
Method Summary
-
Method Details
-
process
Processes a method.- Parameters:
ssaMethod
-non-null;
method to process
-