Home
last modified time | relevance | path

Searched defs:MyInvocationHandler (Results 1 – 4 of 4) sorted by relevance

/art/test/616-cha-regression-proxy-method/src/
DMain.java54 class MyInvocationHandler implements InvocationHandler { class
57 public MyInvocationHandler(Proxied proxied) { in MyInvocationHandler() method in MyInvocationHandler
/art/test/044-proxy/src/
DHotProxy.java32 static class MyInvocationHandler implements InvocationHandler { class in HotProxy
DBasicTest.java225 class MyInvocationHandler implements InvocationHandler { class
228 public MyInvocationHandler(Object obj) { in MyInvocationHandler() method in MyInvocationHandler
DReturnsAndArgPassing.java53 static class MyInvocationHandler implements InvocationHandler { class in ReturnsAndArgPassing