Searched refs:blockIndexToRopLabel (Results 1 – 4 of 4) sorted by relevance
120 ssaMeth.blockIndexToRopLabel(ssaMeth.getEntryBlockIndex()))); in endParsingMember()137 sb.append(Hex.u2(ssaMeth.blockIndexToRopLabel(i))); in endParsingMember()
367 return parent.blockIndexToRopLabel(primarySuccessor); in getPrimarySuccessorRopLabel()391 result.add(parent.blockIndexToRopLabel(successorList.get(i))); in getRopLabelSuccessorList()
280 public int blockIndexToRopLabel(int bi) { in blockIndexToRopLabel() method in SsaMethod
124 ssaMeth.blockIndexToRopLabel(ssaMeth.getEntryBlockIndex())); in convert()