Lines Matching defs:fmt
64 const char* fmt, in ThrowException()
82 const char* fmt, in ThrowWrappedException()
138 void ThrowBootstrapMethodError(const char* fmt, ...) { in ThrowBootstrapMethodError()
145 void ThrowWrappedBootstrapMethodError(const char* fmt, ...) { in ThrowWrappedBootstrapMethodError()
173 void ThrowClassCircularityError(ObjPtr<mirror::Class> c, const char* fmt, ...) { in ThrowClassCircularityError()
182 void ThrowClassFormatError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowClassFormatError()
233 void ThrowIllegalAccessError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIllegalAccessError()
312 void ThrowIncompatibleClassChangeError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIncompatibleClassChangeError()
336 void ThrowInternalError(const char* fmt, ...) { in ThrowInternalError()
345 void ThrowIOException(const char* fmt, ...) { in ThrowIOException()
352 void ThrowWrappedIOException(const char* fmt, ...) { in ThrowWrappedIOException()
361 void ThrowLinkageError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowLinkageError()
368 void ThrowWrappedLinkageError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowWrappedLinkageError()
679 void ThrowRuntimeException(const char* fmt, ...) { in ThrowRuntimeException()
688 void ThrowSecurityException(const char* fmt, ...) { in ThrowSecurityException()
816 void ThrowVerifyError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowVerifyError()