Home
last modified time | relevance | path

Searched refs:throws (Results 1 – 9 of 9) 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.cc30 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy() argument
34 soa, name, interfaces, loader, methods, throws)); in Proxy_generateProxy()
/art/test/435-new-instance/
Dinfo.txt1 Tests that new-instance throws:
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali11 # instruction (Label2) which throws an ArithmeticException (division by zero).
/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.h387 jobjectArray throws)
Dclass_linker.cc3269 jobjectArray methods, jobjectArray throws) { in CreateProxyClass() argument
3378 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >*>(throws)); in CreateProxyClass()
3410 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class>>*>(throws)); in CreateProxyClass()