Lines Matching defs:fmt
50 mirror::Class* referrer, const char* fmt, va_list* args = nullptr) in ThrowException()
66 mirror::Class* referrer, const char* fmt, va_list* args = nullptr) in ThrowWrappedException()
140 void ThrowClassCircularityError(mirror::Class* c, const char* fmt, ...) { in ThrowClassCircularityError()
149 void ThrowClassFormatError(mirror::Class* referrer, const char* fmt, ...) { in ThrowClassFormatError()
197 void ThrowIllegalAccessError(mirror::Class* referrer, const char* fmt, ...) { in ThrowIllegalAccessError()
271 void ThrowIncompatibleClassChangeError(mirror::Class* referrer, const char* fmt, ...) { in ThrowIncompatibleClassChangeError()
289 void ThrowIOException(const char* fmt, ...) { in ThrowIOException()
296 void ThrowWrappedIOException(const char* fmt, ...) { in ThrowWrappedIOException()
305 void ThrowLinkageError(mirror::Class* referrer, const char* fmt, ...) { in ThrowLinkageError()
312 void ThrowWrappedLinkageError(mirror::Class* referrer, const char* fmt, ...) { in ThrowWrappedLinkageError()
551 void ThrowRuntimeException(const char* fmt, ...) { in ThrowRuntimeException()
658 void ThrowVerifyError(mirror::Class* referrer, const char* fmt, ...) { in ThrowVerifyError()