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%.
  • Method Details

    • process

      public static void process(SsaMethod ssaMethod)
      Processes a method.
      Parameters:
      ssaMethod - non-null; method to process