Lines Matching refs:fmt
66 void ThrowBootstrapMethodError(const char* fmt, ...)
69 void ThrowWrappedBootstrapMethodError(const char* fmt, ...)
77 void ThrowClassCircularityError(ObjPtr<mirror::Class> c, const char* fmt, ...)
90 EXPORT void ThrowClassFormatError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)
114 void ThrowIllegalAccessError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)
156 void ThrowIncompatibleClassChangeError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)
170 void ThrowInternalError(const char* fmt, ...)
176 void ThrowIOException(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)))
179 void ThrowWrappedIOException(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)))
184 void ThrowLinkageError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)
188 void ThrowWrappedLinkageError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)
248 void ThrowRuntimeException(const char* fmt, ...)
254 void ThrowSecurityException(const char* fmt, ...)
273 void ThrowVerifyError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)