Searched refs:isMethodInvocationLine (Results 1 – 3 of 3) sorted by relevance
42 assertFalse(LabelInfo.isMethodInvocationLine(label)); in testDefaults()98 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testMethodInvocationLine()
311 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testMethodInsn()320 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testInvokeDynamicInsn()
128 public static boolean isMethodInvocationLine(final Label label) { in isMethodInvocationLine() method in LabelInfo