Lines Matching defs:fmt
64 const char* fmt, in ThrowException()
82 const char* fmt, in ThrowWrappedException()
148 void ThrowBootstrapMethodError(const char* fmt, ...) { in ThrowBootstrapMethodError()
155 void ThrowWrappedBootstrapMethodError(const char* fmt, ...) { in ThrowWrappedBootstrapMethodError()
183 void ThrowClassCircularityError(ObjPtr<mirror::Class> c, const char* fmt, ...) { in ThrowClassCircularityError()
192 void ThrowClassFormatError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowClassFormatError()
243 void ThrowIllegalAccessError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIllegalAccessError()
324 void ThrowIncompatibleClassChangeError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIncompatibleClassChangeError()
348 void ThrowInternalError(const char* fmt, ...) { in ThrowInternalError()
357 void ThrowIOException(const char* fmt, ...) { in ThrowIOException()
364 void ThrowWrappedIOException(const char* fmt, ...) { in ThrowWrappedIOException()
373 void ThrowLinkageError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowLinkageError()
380 void ThrowWrappedLinkageError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowWrappedLinkageError()
701 void ThrowRuntimeException(const char* fmt, ...) { in ThrowRuntimeException()
710 void ThrowSecurityException(const char* fmt, ...) { in ThrowSecurityException()
850 void ThrowVerifyError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowVerifyError()