Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRopMethod.java31 private final int firstLabel; field in RopMethod
51 public RopMethod(BasicBlockList blocks, int firstLabel) { in RopMethod()