com.android.dx.ssa
Class ConstCollector

java.lang.Object
  extended by 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%.


Method Summary
static void process(SsaMethod ssaMethod)
          Processes a method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

process

public static void process(SsaMethod ssaMethod)
Processes a method.

Parameters:
ssaMethod - non-null; method to process


Copyright © 2013. All Rights Reserved.