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

  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 22 import com.android.dx.rop.code.RopMethod;
33 private final RopMethod ropMethod;
42 public IdenticalBlockCombiner(RopMethod rm) {
43 ropMethod = rm;
44 blocks = ropMethod.getBlocks();
55 public RopMethod process() {
69 IntList preds = ropMethod.labelToPredecessors(b.getLabel());
113 return new RopMethod(newBlocks, ropMethod.getFirstLabel())
    [all...]
SsaToRop.java 25 import com.android.dx.rop.code.RopMethod;
67 public static RopMethod convertToRopMethod(SsaMethod ssaMeth,
91 private RopMethod convert() {
123 RopMethod ropMethod = new RopMethod(convertBasicBlocks(),
125 ropMethod = new IdenticalBlockCombiner(ropMethod).process();
127 return ropMethod;
  /external/dexmaker/src/dx/java/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 25 import com.android.dx.rop.code.RopMethod;
68 public static RopMethod convertToRopMethod(SsaMethod ssaMeth,
92 private RopMethod convert() {
124 RopMethod ropMethod = new RopMethod(convertBasicBlocks(),
126 ropMethod = new IdenticalBlockCombiner(ropMethod).process();
128 return ropMethod;
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 26 import com.android.dx.rop.code.RopMethod;
93 * @param ropMethod rop-form method to convert from
99 public static SsaMethod newFromRopMethod(RopMethod ropMethod,
101 SsaMethod result = new SsaMethod(ropMethod, paramWidth, isStatic);
103 result.convertRopToSsaBlocks(ropMethod);
111 * @param ropMethod {@code non-null;} the original rop-form method that
118 private SsaMethod(RopMethod ropMethod, int paramWidth, boolean isStatic) {
122 this.maxLabel = ropMethod.getBlocks().getMaxLabel()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 26 import com.android.dx.rop.code.RopMethod;
94 * @param ropMethod rop-form method to convert from
100 public static SsaMethod newFromRopMethod(RopMethod ropMethod,
102 SsaMethod result = new SsaMethod(ropMethod, paramWidth, isStatic);
104 result.convertRopToSsaBlocks(ropMethod);
112 * @param ropMethod {@code non-null;} the original rop-form method that
119 private SsaMethod(RopMethod ropMethod, int paramWidth, boolean isStatic) {
123 this.maxLabel = ropMethod.getBlocks().getMaxLabel()
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 31 import com.android.dx.rop.code.RopMethod;
495 RopMethod ropMethod = new RopMethod(code.toBasicBlocks(), 0);
498 ropMethod, PositionList.NONE, locals, code.paramSize(), dexOptions);
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 2384 milliseconds