Searched refs:ThrowNewExceptionV (Results 1 – 4 of 4) sorted by relevance
659 self->ThrowNewExceptionV("Ljava/lang/IllegalMonitorStateException;", fmt, args); in ThrowIllegalMonitorStateExceptionF()
738 void ThrowNewExceptionV(const char* exception_class_descriptor, const char* fmt, va_list ap)
3554 ThrowNewExceptionV(exception_class_descriptor, fmt, args); in ThrowNewExceptionF()3558 void Thread::ThrowNewExceptionV(const char* exception_class_descriptor, in ThrowNewExceptionV() function in art::Thread
176 self->ThrowNewExceptionV("Ljava/lang/NoClassDefFoundError;", fmt, args); in ThrowNoClassDefFoundError()