Searched refs:maxLabel (Results 1 – 12 of 12) sorted by relevance
51 int maxLabel = blocks.getMaxLabel(); in BlockAddresses() local53 this.starts = new CodeAddress[maxLabel]; in BlockAddresses()54 this.lasts = new CodeAddress[maxLabel]; in BlockAddresses()55 this.ends = new CodeAddress[maxLabel]; in BlockAddresses()
313 int maxLabel = blocks.getMaxLabel(); in pickOrder() local314 int[] workSet = Bits.makeBitSet(maxLabel); in pickOrder()315 int[] tracebackSet = Bits.makeBitSet(maxLabel); in pickOrder()
307 int maxLabel = blocks.getMaxLabel(); in pickOrder() local308 int[] workSet = Bits.makeBitSet(maxLabel); in pickOrder()309 int[] tracebackSet = Bits.makeBitSet(maxLabel); in pickOrder()
152 int maxLabel = blocks.getMaxLabel(); in calcPredecessors() local153 IntList[] predecessors = new IntList[maxLabel]; in calcPredecessors()183 for (int i = 0; i < maxLabel; i++) { in calcPredecessors()
61 int maxLabel = blocks.getMaxLabel(); in LocalVariableInfo() local65 this.blockStarts = new RegisterSpecSet[maxLabel]; in LocalVariableInfo()
61 int maxLabel = blocks.getMaxLabel(); in LocalVariableExtractor() local66 this.workSet = Bits.makeBitSet(maxLabel); in LocalVariableExtractor()
151 int maxLabel = blocks.getMaxLabel(); in calcPredecessors() local152 IntList[] predecessors = new IntList[maxLabel]; in calcPredecessors()182 for (int i = 0; i < maxLabel; i++) { in calcPredecessors()
60 int maxLabel = blocks.getMaxLabel(); in LocalVariableInfo() local64 this.blockStarts = new RegisterSpecSet[maxLabel]; in LocalVariableInfo()
97 private final int maxLabel; field in Ropper237 retBlocks = new BitSet(maxLabel); in Subroutine()238 callerBlocks = new BitSet(maxLabel); in Subroutine()378 this.maxLabel = blocks.getMaxLabel(); in Ropper()382 this.startFrames = new Frame[maxLabel]; in Ropper()383 this.subroutines = new Subroutine[maxLabel]; in Ropper()395 this.catchInfos = new CatchInfo[maxLabel]; in Ropper()441 return maxLabel + method.getCatches().size() + ~label; in getSpecialLabel()455 return maxLabel + method.getCatches().size() + SPECIAL_LABEL_COUNT; in getMinimumUnreservedLabel()727 int[] workSet = Bits.makeBitSet(maxLabel); in doit()[all …]
63 private int maxLabel; field in SsaMethod122 this.maxLabel = ropMethod.getBlocks().getMaxLabel(); in SsaMethod()201 = new SsaBasicBlock(exitBlockIndex, maxLabel++, this); in makeExitBlock()213 maxLabel--; in makeExitBlock()239 SsaBasicBlock newBlock = new SsaBasicBlock(newIndex, maxLabel++, this); in makeNewGotoBlock()