Searched refs:isMethodInvocationOp (Results 1 – 1 of 1) sorted by relevance
73 if (!isMethodInvocationOp(opcode)) { in visitMethodInsn()267 private fun isMethodInvocationOp(opcode: Int) = opcode in listOf( in isMethodInvocationOp() method