Searched refs:ropLabel (Results 1 – 2 of 2) sorted by relevance
373 + Hex.u2(operands.get(i).ropLabel) + "]"); in toHumanWithInline()387 public final int ropLabel; // only used for debugging field in PhiInsn.Operand389 public Operand(RegisterSpec regSpec, int blockIndex, int ropLabel) { in Operand() argument392 this.ropLabel = ropLabel; in Operand()
72 private int ropLabel; field in SsaBasicBlock120 public SsaBasicBlock(final int basicBlockIndex, final int ropLabel, in SsaBasicBlock() argument125 this.ropLabel = ropLabel; in SsaBasicBlock()329 return ropLabel; in getRopLabel()336 return Hex.u2(ropLabel); in getRopLabelString()996 return "{" + index + ":" + Hex.u2(ropLabel) + '}'; in toString()1019 int label1 = b1.ropLabel; in compare()1020 int label2 = b2.ropLabel; in compare()