Searched refs:throws (Results 1 – 7 of 7) sorted by relevance
/art/test/044-proxy/ |
D | expected.txt | 49 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/ |
D | java_lang_reflect_Proxy.cc | 28 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy() argument 32 throws); in Proxy_generateProxy()
|
/art/test/005-annotations/ |
D | expected.txt | 71 …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/ |
D | expected.txt | 34 …throws 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/ |
D | expected.txt | 84 as expected: set-final throws exception
|
/art/runtime/ |
D | class_linker.h | 333 jobjectArray throws)
|
D | class_linker.cc | 3721 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()
|