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