Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 48) sorted by relevance

12

/art/test/412-new-array/src/
DMain.java243 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/
DTest1929.java47 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/
DTest1928.java30 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/
DTest989.java63 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/
DMain.java19 Exception exception = null; in main() local
/art/test/081-hot-exceptions/src/
DMain.java29 int exception = 0; in main() local
/art/test/ti-agent/
Dthreads_helper.cc36 jobject exception) { in Java_art_Threads_stopThread()
/art/test/1927-exception-event/src/art/
DTest1927.java39 Throwable exception) { in ExceptionCatchEvent()
53 Throwable exception, in ExceptionEvent()
/art/runtime/mirror/
Dfield-inl.h60 mirror::Throwable* exception = self->GetException(); in CreateFromArtField() local
/art/test/407-arrays/src/
DMain.java134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc100 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass() local
/art/test/1927-exception-event/
Dexception_event.cc38 ScopedLocalRef<jclass> exception(env, env->FindClass("art/Test1927$TestException")); in ThrowNative() local
/art/test/1925-self-frame-pop/src/art/
DTest1925.java33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc46 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self) in artDeliverExceptionFromCode()
/art/test/1923-frame-pop/src/art/
DTest1923.java33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop()
/art/runtime/
Dquick_exception_handler.cc66 Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor()
191 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()
/art/test/1924-frame-pop-toggle/src/art/
DTest1924.java33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java33 public static void handleFramePop(Executable m, boolean exception, long location) { in handleFramePop()
/art/test/401-optimizing-compiler/src/
DMain.java90 Exception exception = null; in main() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc126 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler() local
/art/openjdkjvmti/
Devents.cc816 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/
DTest1932.java110 public static void printLockState(Monitors.NamedLock lk, Object exception, int res) { in printLockState()
/art/dex2oat/driver/
Dcompiler_driver_test.cc188 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc65 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode() local
666 ArmVIXLJNIMacroAssembler::ArmException* exception) { in EmitExceptionPoll()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc44 for (const std::unique_ptr<Arm64Exception>& exception : exception_blocks_) { in FinalizeCode() local
664 void Arm64JNIMacroAssembler::EmitExceptionPoll(Arm64Exception* exception) { in EmitExceptionPoll()

12