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()
313 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testMethodInsn()322 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testInvokeDynamicInsn()
130 public static boolean isMethodInvocationLine(final Label label) { in isMethodInvocationLine() method in LabelInfo