Searched refs:exception_descriptor (Results 1 – 1 of 1) sorted by relevance
56 static void ThrowException(const char* exception_descriptor) REQUIRES_SHARED(Locks::mutator_lock_) { in ThrowException() argument58 self->ThrowNewException(exception_descriptor, nullptr); in ThrowException()61 static void ThrowException(const char* exception_descriptor, in ThrowException() argument76 self->ThrowNewException(exception_descriptor, msg.str().c_str()); in ThrowException()79 static void ThrowWrappedException(const char* exception_descriptor, in ThrowWrappedException() argument94 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()