Searched refs:label2 (Results 1 – 4 of 4) sorted by relevance
287 int label2 = succ2.get(i); in catchesEqual() local295 if (label2 != primary2) { in catchesEqual()301 if (label1 != label2) { in catchesEqual()
289 int label2 = succ2.get(i); in catchesEqual() local297 if (label2 != primary2) { in catchesEqual()303 if (label1 != label2) { in catchesEqual()
1061 int label2 = getSpecialLabel(SYNCH_SETUP_2); in addSetupBlocks() local1064 IntList.makeImmutable(label2), label2); in addSetupBlocks()1079 bb = new BasicBlock(label2, insns, IntList.makeImmutable(0), 0); in addSetupBlocks()1170 int label2 = getSpecialLabel(SYNCH_CATCH_2); in addSynchExceptionHandlerBlock() local1172 IntList.makeImmutable(label2), label2); in addSynchExceptionHandlerBlock()1182 bb = new BasicBlock(label2, insns, IntList.EMPTY, -1); in addSynchExceptionHandlerBlock()
1021 int label2 = b2.ropLabel; in compare() local1023 if (label1 < label2) { in compare()1025 } else if (label1 > label2) { in compare()