Home
last modified time | relevance | path

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

12

/art/test/1928-exception-event-exception/
Dexpected.txt2 main: public static void art.Test1928.doThrow() @ line = 110 throws class art.Test1928$TestExceptio…
10 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
11 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199
16 main: public static void art.Test1928.throwCatchBaseTestException() @ line = 119 throws class art.T…
24 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
31 main: public static void art.Test1928.throwCatchTestException() @ line = 134 throws class art.Test1…
39 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
46 main: public static void art.Test1928.throwCatchTestExceptionNoRethrow() @ line = 149 throws class …
54 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
55 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199
[all …]
/art/test/1927-exception-event/
Dexpected.txt3 main: public static void art.Test1927.test_J() @ line = 110 throws class art.Test1927$TestException…
10 public static void art.Test1927.run() throws java.lang.Exception @ line = 239
19 public static void art.Test1927.run() throws java.lang.Exception @ line = 239
24 main: public static void art.Test1927.terminal_J() @ line = 103 throws class art.Test1927$TestExcep…
32 public static void art.Test1927.run() throws java.lang.Exception @ line = 243
41 public static void art.Test1927.run() throws java.lang.Exception @ line = 243
44 main: public static native void art.Test1927.terminal_N() @ line = -1 throws class art.Test1927$Tes…
52 public static void art.Test1927.run() throws java.lang.Exception @ line = 245
61 public static void art.Test1927.run() throws java.lang.Exception @ line = 245
64 main: public static void art.Test1927.terminal_J() @ line = 103 throws class art.Test1927$TestExcep…
[all …]
/art/test/044-proxy/
Dexpected.txt53 Invoke public abstract void Shapes.upCheck() throws java.lang.InterruptedException
58 …CLASS_NAME0$.getTrace(), public final void $PROXY_CLASS_NAME0$.upCheck() throws java.lang.Interrup…
70 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…
73 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…
76 Invoke public abstract void InterfaceW1.throwException() throws BaseException
79 Invoke public abstract void InterfaceW1.throwBase() throws BaseException
82 Invoke public abstract void InterfaceW1.throwSub() throws BaseException
85 Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException
88 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…
/art/runtime/native/
Djava_lang_reflect_Proxy.cc33 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy() argument
37 soa, name, interfaces, loader, methods, throws)); in Proxy_generateProxy()
/art/test/1929-exception-catch-exception/
Dexpected.txt2 main: public static void art.Test1929.run() throws java.lang.Exception @ line = 298 caught class ar…
8 public static void art.Test1929.run() throws java.lang.Exception @ line = 298
20 public static void art.Test1929.run() throws java.lang.Exception @ line = 295
35 public static void art.Test1929.run() throws java.lang.Exception @ line = 295
48 public static void art.Test1929.run() throws java.lang.Exception @ line = 295
63 public static void art.Test1929.run() throws java.lang.Exception @ line = 295
68 main: public static void art.Test1929.run() throws java.lang.Exception @ line = 298 caught class ar…
74 public static void art.Test1929.run() throws java.lang.Exception @ line = 298
78 main: public static void art.Test1929.run() throws java.lang.Exception @ line = 298 caught class ar…
84 public static void art.Test1929.run() throws java.lang.Exception @ line = 298
[all …]
/art/test/670-bitstring-type-check/
Dbuild55 public static void main(String[] args) throws Exception {
78 public static void testInstanceOf() throws Exception {
131 public static void testCheckCast() throws Exception {
198 public static Object createInstance(String className) throws Exception {
202 public static void assertTrue(boolean value) throws Exception {
208 public static void assertFalse(boolean value) throws Exception {
/art/test/166-bad-interface-super/
Dinfo.txt1 Test that linking an interface declaring a superclass other than j.l.Object throws CFE.
/art/test/641-irreducible-inline/
Dinfo.txt2 inlining a method that throws in an irreducible loop
/art/test/912-classes/
Dexpected.txt26throws java.lang.NumberFormatException, public static int java.lang.Integer.bitCount(int), public …
/art/test/973-default-multidex/
Dinfo.txt5 Tests that we handle referenced throws across dex files.
/art/test/435-new-instance/
Dinfo.txt1 Tests that new-instance throws:
/art/test/1917-get-stack-frame/
Dexpected.txt12 'public static void art.Test1917.run() throws java.lang.Exception' line: 133
25 'public void java.util.concurrent.Semaphore.acquire() throws java.lang.InterruptedException' line: …
/art/compiler/optimizing/
Ddead_code_elimination.cc149 static bool RemoveNonNullControlDependences(HBasicBlock* block, HBasicBlock* throws) { in RemoveNonNullControlDependences() argument
167 if (throws == ifs->IfTrueSuccessor() && cond->IsEqual()) { in RemoveNonNullControlDependences()
169 } else if (throws == ifs->IfFalseSuccessor() && cond->IsNotEqual()) { in RemoveNonNullControlDependences()
190 user_block != throws && in RemoveNonNullControlDependences()
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali11 # instruction (Label2) which throws an ArithmeticException (division by zero).
/art/sigchainlib/
DAndroid.bp43 // but throws when called. This can be used to get static binaries which don't
/art/test/641-irreducible-inline/smali/
DIrreducibleLoop.smali47 # Inlining a method that throws requires re-computing loop information
/art/test/675-checker-unverified-method/smali/
DTestCase.smali20 # Ensure foo() does not analyze unverified bad() always-throws property.
/art/test/990-field-trace/
Dexpected.txt39 …ss art.Test990$TestClass1 in method public static void art.Test990.run() throws java.lang.Exception
41 …ss art.Test990$TestClass2 in method public static void art.Test990.run() throws java.lang.Exception
43 …AL on object of type null in method public static void art.Test990.run() throws java.lang.Exception
47 …AL on object of type null in method public static void art.Test990.run() throws java.lang.Exception
/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/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali19 # following test case throws an exception and uses v0 afterwards. However, v0
/art/test/100-reflect2/
Dexpected.txt34throws java.io.UnsupportedEncodingException, public java.lang.String(byte[],int,int,java.nio.chars…
36 …ng.getBytes(), public byte[] java.lang.String.getBytes(java.lang.String) throws java.io.Unsupporte…
/art/tools/ahat/etc/
Dahat_api.txt175 ctor public Parser(java.io.File) throws java.io.IOException;
177 …method public com.android.ahat.heapdump.AhatSnapshot parse() throws com.android.ahat.heapdump.Hpro…
178 …pshot parseHeapDump(java.io.File, com.android.ahat.proguard.ProguardMap) throws com.android.ahat.h…
179 …arseHeapDump(java.nio.ByteBuffer, com.android.ahat.proguard.ProguardMap) throws com.android.ahat.h…
347 …method public void readFromFile(java.io.File) throws java.io.FileNotFoundException, java.io.IOExce…
348 …method public void readFromReader(java.io.Reader) throws java.io.IOException, java.text.ParseExcep…
/art/test/1932-monitor-events-misc/
Dexpected.txt89 Testing the lock state if MonitorEnter throws in a native method
97 Testing the lock state if MonitorEntered throws in a native method
/art/runtime/interpreter/mterp/
DREADME.txt81 blindly refresh rIBASE at backward branches, exception throws and returns.
/art/test/046-reflect/
Dexpected.txt84 as expected: set-final throws exception

12