Searched refs:firstLabel (Results 1 – 3 of 3) sorted by relevance
30 private final int firstLabel; field in RopMethod50 public RopMethod(BasicBlockList blocks, int firstLabel) { in RopMethod() argument55 if (firstLabel < 0) { in RopMethod()60 this.firstLabel = firstLabel; in RopMethod()82 return firstLabel; in getFirstLabel()130 firstLabel); in withRegisterOffset()199 if (predecessors[firstLabel] == null) { in calcPredecessors()200 predecessors[firstLabel] = IntList.EMPTY; in calcPredecessors()
31 private final int firstLabel; field in RopMethod51 public RopMethod(BasicBlockList blocks, int firstLabel) { in RopMethod() argument56 if (firstLabel < 0) { in RopMethod()61 this.firstLabel = firstLabel; in RopMethod()83 return firstLabel; in getFirstLabel()131 firstLabel); in withRegisterOffset()200 if (predecessors[firstLabel] == null) { in calcPredecessors()201 predecessors[firstLabel] = IntList.EMPTY; in calcPredecessors()
1645 private void forEachNonSubBlockDepthFirst(int firstLabel, in forEachNonSubBlockDepthFirst() argument1647 forEachNonSubBlockDepthFirst0(labelToBlock(firstLabel), in forEachNonSubBlockDepthFirst()