Home
last modified time | relevance | path

Searched refs:exception (Results 51 – 75 of 165) sorted by relevance

1234567

/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali6 # move-exception instruction). This method must be called with parameter
12 # That exception is caught by the catch handler so we execute it a second time.
/art/test/668-aiobe/
Dinfo.txt2 the wrong exception when accessing out of bounds a long/double array.
/art/test/1927-exception-event/
DAndroid.bp3 name: "art-run-test-1927-exception-event",
Dexception_event.cc38 ScopedLocalRef<jclass> exception(env, env->FindClass("art/Test1927$TestException")); in ThrowNative() local
39 env->ThrowNew(exception.get(), "from native"); in ThrowNative()
Dexpected.txt20 Caught exception: art.Test1927$TestException: from java
22 Caught exception: art.Test1927$TestException: from native
42 Caught exception: art.Test1927$TestException: from java
62 Caught exception: art.Test1927$TestException: from native
74 Caught exception: art.Test1927$TestException: from java
86 Caught exception: art.Test1927$TestException: from native
107 Caught exception: art.Test1927$TestException: from java
128 Caught exception: art.Test1927$TestException: from native
149 Caught exception: art.Test1927$TestException: from java
170 Caught exception: art.Test1927$TestException: from native
[all …]
/art/test/053-wait-some/
Dexpected.txt1 Caught expected exception on neg arg
/art/test/800-smali/smali/
Db_22331663.smali9 # Construct a java.lang.Object completely, and throw a new exception.
20 # Allocate a java.lang.Object (do not initialize), and throw a new exception.
Dmove_exc.smali22 move-exception v3
/art/test/1931-monitor-events/
Dexpected.txt20 Caught exception: java.lang.reflect.InvocationTargetException
24 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
30 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
/art/test/1989-transform-bad-monitor/
Dexpected.txt4 Got exception of type class java.lang.IllegalMonitorStateException
/art/test/622-simplifyifs-exception-edges/smali/
DTest.smali34 # SimplifyIfs() would have redirected exception handler edges leading here.
35 # Note: There is no move-exception here to prevent matching the SimplifyIfs() pattern.
67 # Note: There is no move-exception here to prevent matching the SimplifyIfs() pattern.
/art/runtime/native/
Djava_lang_VMClassLoader.cc100 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass() local
101 if (exception == iae_class || exception == ncdfe_class) { in VMClassLoader_findLoadedClass()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc46 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self) in artDeliverExceptionFromCode() argument
56 if (exception == nullptr) { in artDeliverExceptionFromCode()
59 self->SetException(exception); in artDeliverExceptionFromCode()
/art/test/080-oom-throw/
Dinfo.txt2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
/art/test/081-hot-exceptions/
Dinfo.txt1 Make a hot exception-throwing path to stress test how the trace builder handles
/art/test/960-default-smali/
Dexpected.txt119 Q-interface on Foo: bar() threw exception!
121 Q-interface on Foo2: bar() threw exception!
123 Q-interface on Foo3: bar() threw exception!
125 Q-virtual on N: bar() threw exception!
127 Q-virtual on O: bar() threw exception!
129 Q-virtual on Q: bar() threw exception!
/art/runtime/mirror/
Dfield.cc70 mirror::Throwable* exception = self->GetException(); in CreateFromArtField() local
71 if (exception->GetClass()->DescriptorEquals("Ljava/lang/OutOfMemoryError;")) { in CreateFromArtField()
/art/test/046-reflect/
Dexpected.txt32 Invoke got expected exception:
84 as expected: set-final throws exception
95 got expected exception for Class.newInstance
96 got expected exception for Constructor.newInstance
102 checkType got expected exception
/art/test/084-class-init/
Dexpected.txt1 caught exception thrown during clinit
/art/test/051-thread/
Dexpected.txt6 testThreadDaemons @ Got expected setDaemon exception
/art/test/557-checker-ref-equivalent/smali/
DTestCase.smali35 .catch Ljava/lang/Exception; {:try_start .. :try_end} :exception
36 :exception
/art/test/565-checker-condition-liveness/src/
DMain.java85 } catch (ArrayIndexOutOfBoundsException exception) { in testThrowIntoCatchBlock()
/art/test/068-classloader/
Dexpected.txt3 Got expected access exception #1
/art/test/656-annotation-lookup-generic-jni/
Dinfo.txt4 would throw an exception (that should eventually be caught) and walk a
/art/test/1925-self-frame-pop/src/art/
DTest1925.java33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop() argument
35 m + " pop. Line=" + Breakpoint.locationToLine(m, location) + " exception:" + exception); in handleFramePop()

1234567