Home
last modified time | relevance | path

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

/art/test/044-proxy/src/
DReturnsAndArgPassing.java98 MyInvocationHandler myHandler = new MyInvocationHandler(); in testProxyReturns() local
102 myHandler); in testProxyReturns()
112 myHandler.returnType = Boolean.class; in testProxyReturns()
121 myHandler.returnType = Byte.class; in testProxyReturns()
130 myHandler.returnType = Character.class; in testProxyReturns()
139 myHandler.returnType = Short.class; in testProxyReturns()
148 myHandler.returnType = Integer.class; in testProxyReturns()
157 myHandler.returnType = Long.class; in testProxyReturns()
166 myHandler.returnType = Float.class; in testProxyReturns()
175 myHandler.returnType = Double.class; in testProxyReturns()
[all …]
DHotProxy.java41 MyInvocationHandler myHandler = new MyInvocationHandler(); in testProxy() local
45 myHandler); in testProxy()