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()
314 int maxLabel = blocks.getMaxLabel(); in pickOrder() local315 int[] workSet = Bits.makeBitSet(maxLabel); in pickOrder()316 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()
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()
61 int maxLabel = blocks.getMaxLabel(); in LocalVariableExtractor() local66 this.workSet = Bits.makeBitSet(maxLabel); in LocalVariableExtractor()
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()
97 private final int maxLabel; field in Ropper237 retBlocks = new BitSet(maxLabel); in Subroutine()238 callerBlocks = new BitSet(maxLabel); in Subroutine()380 this.maxLabel = blocks.getMaxLabel(); in Ropper()384 this.startFrames = new Frame[maxLabel]; in Ropper()385 this.subroutines = new Subroutine[maxLabel]; in Ropper()397 this.catchInfos = new CatchInfo[maxLabel]; in Ropper()443 return maxLabel + method.getCatches().size() + ~label; in getSpecialLabel()457 return maxLabel + method.getCatches().size() + SPECIAL_LABEL_COUNT; in getMinimumUnreservedLabel()729 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()