/art/test/412-new-array/src/ |
D | Main.java | 243 Throwable exception = null; in testSmaliFillArrayData() local 270 Throwable exception = null; in testSmaliFillArrayData() local 309 Throwable exception = null; in testSmaliFillArrayData() local 348 Throwable exception = null; in testSmaliFillArrayData() local 387 Throwable exception = null; in testSmaliFillArrayData() local 426 Throwable exception = null; in testSmaliFillArrayData() local 465 Throwable exception = null; in testSmaliFillArrayData() local 502 Throwable exception = null; in testSmaliFillArrayData() local
|
/art/test/1929-exception-catch-exception/src/art/ |
D | Test1929.java | 47 Executable m, long loc, Throwable exception); in exceptionOccurred() 61 Thread thr, Executable method, long location, Throwable exception) { in ExceptionCatchEvent() 90 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() 97 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() 111 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() 119 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred()
|
/art/test/1928-exception-event-exception/src/art/ |
D | Test1928.java | 30 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l); in exceptionOccurred() 46 Throwable exception, in ExceptionEvent() 87 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l) { in exceptionOccurred() 95 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l) { in exceptionOccurred()
|
/art/test/989-method-trace-throw/src/art/ |
D | Test989.java | 65 private static String getInfo(Object m, boolean exception, Object result) { in getInfo() 77 public void methodExited(Object m, boolean exception, Object result); in methodExited() 88 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 102 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 116 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 135 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 155 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 172 public static void baseNotifyMethodExit(Object o, boolean exception, Object res) { in baseNotifyMethodExit()
|
/art/test/427-bounds/src/ |
D | Main.java | 19 Exception exception = null; in main() local
|
/art/test/081-hot-exceptions/src/ |
D | Main.java | 29 int exception = 0; in main() local
|
/art/test/ti-agent/ |
D | threads_helper.cc | 36 jobject exception) { in Java_art_Threads_stopThread()
|
D | exceptions_helper.cc | 110 [[maybe_unused]] jclass exception, in Java_art_Exceptions_setupExceptionTracing()
|
D | suspend_event_helper.cc | 117 [[maybe_unused]] jobject exception) { in cbExceptionCatch() 135 [[maybe_unused]] jobject exception, in cbException()
|
/art/test/1927-exception-event/src/art/ |
D | Test1927.java | 39 Throwable exception) { in ExceptionCatchEvent() 53 Throwable exception, in ExceptionEvent()
|
/art/runtime/mirror/ |
D | field.cc | 70 mirror::Throwable* exception = self->GetException(); in CreateFromArtField() local
|
/art/test/407-arrays/src/ |
D | Main.java | 134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
|
/art/test/1927-exception-event/ |
D | exception_event.cc | 38 ScopedLocalRef<jclass> exception(env, env->FindClass("art/Test1927$TestException")); in ThrowNative() local
|
/art/test/1925-self-frame-pop/src/art/ |
D | Test1925.java | 33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop()
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 46 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self) in artDeliverExceptionFromCode()
|
/art/test/1923-frame-pop/src/art/ |
D | Test1923.java | 33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop()
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Test1924.java | 33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop()
|
/art/test/1926-missed-frame-pop/src/art/ |
D | Test1926.java | 33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop()
|
/art/runtime/ |
D | quick_exception_handler.cc | 70 Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor() 179 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception, in FindCatch()
|
D | thread.cc | 272 ObjPtr<mirror::Throwable> exception, in PushDeoptimizationContext() 287 ObjPtr<mirror::Throwable>* exception, in PopDeoptimizationContext() 2713 ObjPtr<mirror::Object> exception = self->GetException(); in HandleUncaughtExceptions() local 3614 Handle<mirror::Throwable> exception( in ThrowNewWrappedException() local 3929 ObjPtr<mirror::Throwable> exception = GetException(); in QuickDeliverException() local
|
/art/test/401-optimizing-compiler/src/ |
D | Main.java | 90 Exception exception = null; in main() local
|
/art/test/1932-monitor-events-misc/src/art/ |
D | Test1932.java | 110 public static void printLockState(Monitors.NamedLock lk, Object exception, int res) { in printLockState()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 140 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler() local
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 186 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
|
/art/openjdkjvmti/ |
D | events.cc | 912 art::Handle<art::mirror::Throwable> exception, in FindCatchMethodsFromThrow() 994 ScopedLocalRef<jobject> exception(jnienv, in ExceptionThrown() local 1020 ScopedLocalRef<jobject> exception(jnienv, in ExceptionHandled() local
|