Searched refs:methodName (Results 1 – 3 of 3) sorted by relevance
174 String methodName = callSiteMethod.getNat().getName().getString(); in makePolymorphicMethod() local177 if (methodName.equals("invoke") || methodName.equals("invokeExact")) { in makePolymorphicMethod()184 switch (methodName) { in makePolymorphicMethod()
27 String methodName) { in MethodRef() argument31 mMethodName = methodName; in MethodRef()
1071 String methodName = fqName.substring(lastDot + 1); in dumpMethod() local1080 methodName = methodName.substring(0, methodName.length() - 1); in dumpMethod()1094 if ((wildcard && methName.startsWith(methodName)) || in dumpMethod()1095 (!wildcard && methName.equals(methodName))) { in dumpMethod()