HomeSort by relevance Sort by last modified time
    Searched defs:ropMethod (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 25 import com.android.dx.rop.code.RopMethod;
38 private final RopMethod ropMethod;
47 public IdenticalBlockCombiner(RopMethod rm) {
48 ropMethod = rm;
49 blocks = ropMethod.getBlocks();
60 public RopMethod process() {
74 IntList preds = ropMethod.labelToPredecessors(b.getLabel());
118 return new RopMethod(newBlocks, ropMethod.getFirstLabel())
    [all...]
SsaToRop.java 26 import com.android.dx.rop.code.RopMethod;
74 public static RopMethod convertToRopMethod(SsaMethod ssaMeth,
98 private RopMethod convert() {
130 RopMethod ropMethod = new RopMethod(convertBasicBlocks(),
132 ropMethod = new IdenticalBlockCombiner(ropMethod).process();
134 return ropMethod;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 81 milliseconds