Searched defs:nextLabel (Results 1 – 3 of 3) sorted by relevance
226 int nextLabel = (nextI == order.length) ? -1 : order[nextI]; in outputInstructions() local227 outputBlock(blocks.labelToBlock(order[i]), nextLabel); in outputInstructions() local239 private void outputBlock(BasicBlock block, int nextLabel) { in outputBlock()
232 int nextLabel = (nextI == order.length) ? -1 : order[nextI]; in outputInstructions() local233 outputBlock(blocks.labelToBlock(order[i]), nextLabel); in outputInstructions() local245 private void outputBlock(BasicBlock block, int nextLabel) { in outputBlock()
1211 int nextLabel = getSpecialLabel(SYNCH_RETURN); in addReturnBlock() local