Home
last modified time | relevance | path

Searched refs:exception_descriptor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dcommon_throws.cc49 static void ThrowException(const char* exception_descriptor, in ThrowException() argument
62 self->ThrowNewException(exception_descriptor, msg.str().c_str()); in ThrowException()
65 static void ThrowWrappedException(const char* exception_descriptor, in ThrowWrappedException() argument
78 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()