Searched refs:needsProbe (Results 1 – 3 of 3) sorted by relevance
71 } else if (LabelInfo.needsProbe(start)) { in visitTryCatchBlock()82 if (LabelInfo.needsProbe(label)) { in visitLabel()
140 public static boolean needsProbe(final Label label) { in needsProbe() method in LabelInfo
123 assertTrue(expected == LabelInfo.needsProbe(label)); in testNeedsProbe()