Searched defs:exception_class_descriptor (Results 1 – 2 of 2) sorted by relevance
3161 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { in ThrowNewExceptionF()3168 void Thread::ThrowNewExceptionV(const char* exception_class_descriptor, in ThrowNewExceptionV()3175 void Thread::ThrowNewException(const char* exception_class_descriptor, in ThrowNewException()3190 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException()
1094 const char* exception_class_descriptor, in CreatePreAllocatedException()