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