Searched defs:callSuper (Results 1 – 2 of 2) sorted by relevance
262 InsnList callSuper = extractCallToSuperConstructor(mutableClass, method); in instrumentConstructor() local
660 public static Object callSuper(Object proxy, Method method, Object... args) throws Throwable { in callSuper() method in ProxyBuilder