Home
last modified time | relevance | path

Searched refs:firstLabel (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
DRopMethod.java30 private final int firstLabel; field in RopMethod
50 public RopMethod(BasicBlockList blocks, int firstLabel) { in RopMethod() argument
55 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()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRopMethod.java31 private final int firstLabel; field in RopMethod
51 public RopMethod(BasicBlockList blocks, int firstLabel) { in RopMethod() argument
56 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()
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1645 private void forEachNonSubBlockDepthFirst(int firstLabel, in forEachNonSubBlockDepthFirst() argument
1647 forEachNonSubBlockDepthFirst0(labelToBlock(firstLabel), in forEachNonSubBlockDepthFirst()