Searched refs:ropBlocks (Results 1 – 4 of 4) sorted by relevance
33 boolean ropBlocks = false; field in Args
53 parsedArgs.ropBlocks = true; in main()120 } else if (parsedArgs.ropBlocks) { in processOne()
145 BasicBlockList ropBlocks = rmeth.getBlocks(); in newFromRop() local146 BasicBlock bb = ropBlocks.get(basicBlockIndex); in newFromRop()158 ropBlocks, in newFromRop()162 = SsaMethod.bitSetFromLabelList(ropBlocks, bb.getSuccessors()); in newFromRop()165 = SsaMethod.indexListFromLabelList(ropBlocks, in newFromRop()172 ? -1 : ropBlocks.indexOfLabel(primarySuccessor); in newFromRop()
154 public static IntList indexListFromLabelList(BasicBlockList ropBlocks, in indexListFromLabelList() argument160 result.add(ropBlocks.indexOfLabel(labelList.get(i))); in indexListFromLabelList()167 BasicBlockList ropBlocks = rmeth.getBlocks(); in convertRopToSsaBlocks() local168 int sz = ropBlocks.size(); in convertRopToSsaBlocks()