Searched refs:ropLabel (Results 1 – 2 of 2) sorted by relevance
374 + Hex.u2(operands.get(i).ropLabel) + "]"); in toHumanWithInline()388 public final int ropLabel; // only used for debugging field in PhiInsn.Operand390 public Operand(RegisterSpec regSpec, int blockIndex, int ropLabel) { in Operand() argument393 this.ropLabel = ropLabel; in Operand()
72 private final int ropLabel; field in SsaBasicBlock114 public SsaBasicBlock(final int basicBlockIndex, final int ropLabel, in SsaBasicBlock() argument119 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()