Searched refs:needsProbe (Results 1 – 3 of 3) sorted by relevance
74 } else if (LabelInfo.needsProbe(label)) { in getTryCatchLabel()87 if (LabelInfo.needsProbe(label)) { in visitLabel()
140 public static boolean needsProbe(final Label label) { in needsProbe() method in LabelInfo
125 assertTrue(expected == LabelInfo.needsProbe(label)); in testNeedsProbe()