Searched refs:javaMethodName (Results 1 – 1 of 1) sorted by relevance
331 String javaMethodName = javaMethod.getName().replace("_", "_1"); in findCMethod() local333 if (cMethod.getHead().endsWith(javaClassName + "_" + javaMethodName) in findCMethod()334 || cMethod.getHead().contains(javaClassName + "_" + javaMethodName + "__")) { in findCMethod()