Lines Matching refs:exception
21 /* Deliver the given exception */
23 /* Deliver an exception pending on a thread */
215 * exception is Thread::Current()->exception_
253 ldr \reg, [r9, #THREAD_EXCEPTION_OFFSET] // Get exception field.
316 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception.
355 * If unsuccessful, the helper will return null/null. There will bea pending exception in the
369 cbz r0, 1f @ did we find the target? if not go to exception delivery
526 * Entry from managed code that calls artHandleFillArrayDataFromCode and delivers exception on
587 * Entry from managed code that calls artUnlockObjectFromCode and delivers exception on failure.
634 @ save callee saves in case exception allocation triggers GC
644 @ save callee saves in case exception allocation triggers GC
899 cbnz r2, 1f @ success if no exception pending
925 cbnz r2, 1f @ success if no exception pending
986 * exception on error. On success the String is returned. R0 holds the string index. The fast
1264 cbnz r2, 1f @ success if no exception is pending
1310 cbz r0, 1f @ is code pointer null? goto exception
1420 cbnz r2, 1f @ success if no exception is pending
1484 * will long jump to the upcall with a special exception of -1.