Searched defs:maxLabel (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
H A DSsaMethod.java63 private int maxLabel; field in class:SsaMethod
122 this.maxLabel = ropMethod.getBlocks().getMaxLabel();
201 = new SsaBasicBlock(exitBlockIndex, maxLabel++, this);
213 maxLabel--;
239 SsaBasicBlock newBlock = new SsaBasicBlock(newIndex, maxLabel++, this);
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java98 private final int maxLabel; field in class:Ropper
238 retBlocks = new BitSet(maxLabel);
239 callerBlocks = new BitSet(maxLabel);
381 this.maxLabel = blocks.getMaxLabel();
385 this.startFrames = new Frame[maxLabel];
386 this.subroutines = new Subroutine[maxLabel];
398 this.catchInfos = new CatchInfo[maxLabel];
440 * are illegal. 0..maxLabel (exclusive) are the original blocks and
441 * maxLabel..(maxLabel
[all...]

Completed in 144 milliseconds