Searched refs:getJVMMethodName (Results 1 – 2 of 2) sorted by relevance
35 public static String getJVMMethodName(MethodTree methodTree) { in getJVMMethodName() method in JVMNames76 public static String getJVMMethodName(ExecutableElement methodElement) { in getJVMMethodName() method in JVMNames
361 inMethod = JVMNames.getJVMMethodName(node); in ASTIndex()