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

  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 348 + Hex.u2(operands.get(i).ropLabel) + "]");
362 public final int ropLabel; // only used for debugging
364 public Operand(RegisterSpec regSpec, int blockIndex, int ropLabel) {
367 this.ropLabel = ropLabel;
SsaBasicBlock.java 75 private int ropLabel;
114 * @param ropLabel original rop-form label
117 public SsaBasicBlock(final int basicBlockIndex, final int ropLabel,
122 this.ropLabel = ropLabel;
326 return ropLabel;
333 return Hex.u2(ropLabel);
963 return "{" + index + ":" + Hex.u2(ropLabel) + '}';
986 int label1 = b1.ropLabel;
987 int label2 = b2.ropLabel;
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 280 milliseconds