Home
last modified time | relevance | path

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

/art/test/044-proxy/
Dexpected.txt49 Invoke public abstract void Shapes.upCheck() throws java.lang.InterruptedException
54 …t $Proxy1.trapezoid(int,double,int), public final void $Proxy1.upCheck() throws java.lang.Interrup…
66 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…
69 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…
72 Invoke public abstract void InterfaceW1.throwException() throws BaseException
75 Invoke public abstract void InterfaceW1.throwBase() throws BaseException
78 Invoke public abstract void InterfaceW1.throwSub() throws BaseException
81 Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException
84 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…
/art/runtime/native/
Djava_lang_reflect_Proxy.cc28 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy() argument
32 throws); in Proxy_generateProxy()
/art/test/005-annotations/
Dexpected.txt71 …annotations on METH public int android.test.anno.FullyNoted.bar(int,long) throws java.io.IOExcepti…
79 …annotations on METH public int android.test.anno.FullyNoted.bar1(int,long) throws java.io.IOExcept…
/art/test/100-reflect2/
Dexpected.txt34throws java.io.UnsupportedEncodingException, public java.lang.String(byte[],int,int,java.nio.chars…
36 …String.getBytes(), public [B java.lang.String.getBytes(java.lang.String) throws java.io.Unsupporte…
/art/test/046-reflect/
Dexpected.txt84 as expected: set-final throws exception
/art/runtime/
Dclass_linker.h333 jobjectArray throws)
Dclass_linker.cc3721 jobjectArray methods, jobjectArray throws) { in CreateProxyClass() argument
3840 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >*>(throws)); in CreateProxyClass()
3873 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class>>*>(throws)); in CreateProxyClass()