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()
1163 int label2 = getSpecialLabel(SYNCH_SETUP_2); in addSetupBlocks() local1166 IntList.makeImmutable(label2), label2); in addSetupBlocks()1181 bb = new BasicBlock(label2, insns, IntList.makeImmutable(0), 0); in addSetupBlocks()1272 int label2 = getSpecialLabel(SYNCH_CATCH_2); in addSynchExceptionHandlerBlock() local1274 IntList.makeImmutable(label2), label2); in addSynchExceptionHandlerBlock()1284 bb = new BasicBlock(label2, insns, IntList.EMPTY, -1); in addSynchExceptionHandlerBlock()
1000 int label2 = b2.ropLabel; in compare() local1002 if (label1 < label2) { in compare()1004 } else if (label1 > label2) { in compare()