Lines Matching defs:exception
131 // throwing the StackOverflow exception.
314 return tlsPtr_.exception != nullptr;
322 return tlsPtr_.exception;
332 tlsPtr_.exception = new_exception;
337 tlsPtr_.exception = nullptr;
342 // Find catch block and perform long jump to appropriate exception handle
377 // If 'msg' is NULL, no detail message is set. An exception must be pending, and will be
378 // used as the new exception's cause.
556 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, exception));
714 // Returns the fake exception used to activate deoptimization.
998 // When true this field indicates that the exception associated with this thread has already
1023 tls_ptr_sized_values() : card_table(nullptr), exception(nullptr), stack_end(nullptr),
1038 // The pending exception or NULL.
1039 mirror::Throwable* exception;
1071 // The location the current exception was thrown from.