Home
last modified time | relevance | path

Searched refs:ropLabel (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
DPhiInsn.java374 + Hex.u2(operands.get(i).ropLabel) + "]"); in toHumanWithInline()
388 public final int ropLabel; // only used for debugging field in PhiInsn.Operand
390 public Operand(RegisterSpec regSpec, int blockIndex, int ropLabel) { in Operand() argument
393 this.ropLabel = ropLabel; in Operand()
DSsaBasicBlock.java72 private final int ropLabel; field in SsaBasicBlock
114 public SsaBasicBlock(final int basicBlockIndex, final int ropLabel, in SsaBasicBlock() argument
119 this.ropLabel = ropLabel; in SsaBasicBlock()
323 return ropLabel; in getRopLabel()
330 return Hex.u2(ropLabel); in getRopLabelString()
975 return "{" + index + ":" + Hex.u2(ropLabel) + '}'; in toString()
999 int label1 = b1.ropLabel; in compare()
1000 int label2 = b2.ropLabel; in compare()