Searched defs:directMethodName (Results 1 – 5 of 5) sorted by relevance
63 String directMethodName = directMethodName(clazz.getName(), methodName); in directlyOn() local72 String directMethodName = directMethodName(clazz.getName(), methodName); in directlyOn() local84 String directMethodName = in invokeConstructor() local90 public String directMethodName(String className, String methodName) { in directMethodName() method in ShadowImpl
575 protected static String directMethodName(MutableClass mutableClass, String originalName) { in directMethodName() method in ClassInstrumentor
42 String directMethodName(String className, String methodName); in directMethodName() method
78 public static String directMethodName(String className, String methodName) { in directMethodName() method in Shadow
404 String directMethodName = shadow.directMethodName(declaringClass.getName(), methodName); in findDirectMethod() local