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
28 new DebugProxy(obj)); in newInstance()
31 private DebugProxy(Object obj) { in DebugProxy() method in DebugProxy
64 Foo foo = (Foo)DebugProxy.newInstance(null); in main()