/art/test/1945-proxy-method-arguments/ |
D | expected.txt | 3 Proxy for interface TestInterface.method0 5 Proxy for interface TestInterface.method1 8 Proxy for interface TestInterface.method10 20 Proxy for interface TestInterface.method10Even
|
/art/test/044-proxy/src/ |
D | Clash.java | 20 import java.lang.reflect.Proxy; 32 Proxy.newProxyInstance(Clash.class.getClassLoader(), in main() 41 Proxy.newProxyInstance(Clash.class.getClassLoader(), in main()
|
D | Clash2.java | 20 import java.lang.reflect.Proxy; 31 Proxy.newProxyInstance(Clash.class.getClassLoader(), in main()
|
D | ConstructorProxy.java | 20 import java.lang.reflect.Proxy; 36 Class<?> proxyClass = Proxy.getProxyClass( in runTest()
|
D | NativeProxy.java | 23 import java.lang.reflect.Proxy; 41 NativeInterface inf = (NativeInterface)Proxy.newProxyInstance( in main()
|
D | Clash3.java | 20 import java.lang.reflect.Proxy; 31 Proxy.newProxyInstance(Clash.class.getClassLoader(), in main()
|
D | OOMEOnDispatch.java | 19 import java.lang.reflect.Proxy; 31 OOMEInterface inf = (OOMEInterface)Proxy.newProxyInstance( in main()
|
D | Clash4.java | 20 import java.lang.reflect.Proxy; 31 Proxy.newProxyInstance(Clash.class.getClassLoader(), in main()
|
D | FloatSelect.java | 35 FloatSelectI proxyObject = (FloatSelectI) Proxy.newProxyInstance( in main()
|
D | BasicTest.java | 23 import java.lang.reflect.Proxy; 35 if (!Proxy.isProxyClass(proxy.getClass())) in main() 37 if (Proxy.getInvocationHandler(proxy) == null) in main() 98 Class<?> proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(), in createProxy()
|
/art/runtime/mirror/ |
D | proxy.h | 29 class MANAGED Proxy final : public Object { 34 DISALLOW_IMPLICIT_CONSTRUCTORS(Proxy);
|
/art/test/992-source-data/src/art/ |
D | Test992.java | 19 import java.lang.reflect.Proxy; 38 doTest(Proxy.getProxyClass(Test992.class.getClassLoader(), Runnable.class)); in run() 42 if (k != null && Proxy.class.isAssignableFrom(k)) { in printClass()
|
/art/test/676-proxy-jit-at-first-use/src/ |
D | Main.java | 19 import java.lang.reflect.Proxy; 23 Interface i = (Interface) Proxy.newProxyInstance(Main.class.getClassLoader(), in main()
|
/art/tools/ahat/src/test-dump/ |
D | DumpedStuff.java | 133 public static class Proxy implements IDumpedManager { class in DumpedStuff.IDumpedManager.Stub 135 Proxy(android.os.IBinder binderProxy) { in Proxy() method in DumpedStuff.IDumpedManager.Stub.Proxy 144 public static class Proxy implements IBinderInterfaceImpostor { class in DumpedStuff.IBinderInterfaceImpostor.Stub 146 Proxy(android.os.IBinder binderProxy) { in Proxy() method in DumpedStuff.IBinderInterfaceImpostor.Stub.Proxy 205 Object correctBinderProxyObject = new IDumpedManager.Stub.Proxy(correctBinderProxy); 206 Object impostorBinderProxyObject = new IBinderInterfaceImpostor.Stub.Proxy(imposedBinderProxy);
|
/art/test/691-hiddenapi-proxy/src/ |
D | Main.java | 21 import java.lang.reflect.Proxy; 30 Object obj = Proxy.newProxyInstance( in main()
|
/art/test/616-cha-regression-proxy-method/src/ |
D | Main.java | 19 import java.lang.reflect.Proxy; 110 Runnable proxy = (Runnable)Proxy.newProxyInstance( in main()
|
/art/test/165-lock-owner-proxy/src/ |
D | Main.java | 19 import java.lang.reflect.Proxy; 30 inf = (SimpleInterface)Proxy.newProxyInstance(SimpleInterface.class.getClassLoader(), in main()
|
/art/test/691-hiddenapi-proxy/ |
D | info.txt | 1 Tests that inspecting Proxy classes with reflection does not crash ART. Hidden API access checks
|
/art/test/1914-get-local-instance/ |
D | expected.txt | 14 …void art.Test1914$Foo.InterfaceProxyMethod(java.lang.Runnable) got value: Proxy for [interface art… 15 Value is 'Proxy for [interface art.Test1914$Foo]' (class: PROXY CLASS)
|
/art/runtime/native/ |
D | java_lang_reflect_Proxy.cc | 41 …FAST_NATIVE_METHOD(Proxy, generateProxy, "(Ljava/lang/String;[Ljava/lang/Class;Ljava/lang/ClassLoa…
|
/art/test/1939-proxy-frames/src/art/ |
D | Test1939.java | 23 import java.lang.reflect.Proxy; 48 if (o instanceof Method && Proxy.isProxyClass(((Method)o).getDeclaringClass())) { in SafeToString() 159 return Proxy.newProxyInstance(
|
/art/test/1914-get-local-instance/src/art/ |
D | Test1914.java | 23 import java.lang.reflect.Proxy; 40 + (val != null ? (val instanceof Proxy ? "PROXY CLASS" : val.getClass()) : "NULL") + ")"); in reportValue() 176 return Proxy.newProxyInstance(
|
/art/test/988-method-trace/src/art/ |
D | Test988.java | 24 import java.lang.reflect.Proxy; 52 Proxy.getProxyClass(Test988.class.getClassLoader(), new Class[] { Runnable.class })); in Proxy.getProxyClass() 331 Runnable runnable = (Runnable)Proxy.newProxyInstance( 374 Proxy.class.toString(); 375 Proxy.getProxyClass(
|
/art/test/064-field-access/src/ |
D | OOMEOnNullAccess.java | 19 import java.lang.reflect.Proxy;
|
/art/test/044-proxy/ |
D | expected.txt | 57 Proxy interfaces: [interface Quads, interface Colors, interface Trace] 58 Proxy methods: [public final R0a $PROXY_CLASS_NAME0$.checkMe(), public final R0aa $PROXY_CLASS_NAME… 91 Proxy methods: [public final boolean $PROXY_CLASS_NAME1$.equals(java.lang.Object), public final int… 98 Proxy narrowed invocation return type passed
|