/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 | 63 private static String getInfo(Object m, boolean exception, Object result) { in getInfo() 75 public void methodExited(Object m, boolean exception, Object result); in methodExited() 86 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 100 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 114 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 133 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 152 public void methodExited(Object m, boolean exception, Object result) { in methodExited() 168 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()
|
/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-inl.h | 60 mirror::Throwable* exception = self->GetException(); in CreateFromArtField() local
|
/art/test/407-arrays/src/ |
D | Main.java | 134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
|
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 100 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass() 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/runtime/ |
D | quick_exception_handler.cc | 66 Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor() 191 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()
|
/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/test/401-optimizing-compiler/src/ |
D | Main.java | 90 Exception exception = null; in main() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 126 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler() local
|
/art/openjdkjvmti/ |
D | events.cc | 816 art::Handle<art::mirror::Throwable> exception, in FindCatchMethodsFromThrow() 898 ScopedLocalRef<jobject> exception(jnienv, in ExceptionThrown() local 924 ScopedLocalRef<jobject> exception(jnienv, in ExceptionHandled() 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/dex2oat/driver/ |
D | compiler_driver_test.cc | 188 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 65 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode() local 666 ArmVIXLJNIMacroAssembler::ArmException* exception) { in EmitExceptionPoll()
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 44 for (const std::unique_ptr<Arm64Exception>& exception : exception_blocks_) { in FinalizeCode() local 664 void Arm64JNIMacroAssembler::EmitExceptionPoll(Arm64Exception* exception) { in EmitExceptionPoll()
|