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()
1161 int label2 = getSpecialLabel(SYNCH_SETUP_2); in addSetupBlocks() local1164 IntList.makeImmutable(label2), label2); in addSetupBlocks()1179 bb = new BasicBlock(label2, insns, IntList.makeImmutable(0), 0); in addSetupBlocks()1270 int label2 = getSpecialLabel(SYNCH_CATCH_2); in addSynchExceptionHandlerBlock() local1272 IntList.makeImmutable(label2), label2); in addSynchExceptionHandlerBlock()1282 bb = new BasicBlock(label2, insns, IntList.EMPTY, -1); in addSynchExceptionHandlerBlock()
1020 int label2 = b2.ropLabel; in compare() local1022 if (label1 < label2) { in compare()1024 } else if (label1 > label2) { in compare()