Home
last modified time | relevance | path

Searched refs:DebugProxy (Results 1 – 1 of 1) sorted by relevance

/art/test/616-cha-proxy-method-inline/src/
DMain.java20 class DebugProxy implements java.lang.reflect.InvocationHandler { class
26 Foo.class.getClassLoader(), interfaces, new DebugProxy(obj)); in newInstance()
29 private DebugProxy(Object obj) { in DebugProxy() method in DebugProxy
62 Foo foo = (Foo)DebugProxy.newInstance(null); in main()