Lines Matching defs:msg
77 PandaString msg; in ThrowArrayIndexOutOfBoundsException() local
89 PandaString msg; in ThrowIndexOutOfBoundsException() local
95 void ThrowIllegalStateException(const PandaString &msg) in ThrowIllegalStateException()
107 PandaString msg; in ThrowStringIndexOutOfBoundsException() local
119 PandaString msg; in ThrowNegativeArraySizeException() local
125 void ThrowNegativeArraySizeException(const PandaString &msg) in ThrowNegativeArraySizeException()
144 PandaString msg; in ThrowClassCastException() local
155 PandaString msg; in ThrowAbstractMethodError() local
170 void ThrowArrayStoreException(const PandaString &msg) in ThrowArrayStoreException()
178 void ThrowRuntimeException(const PandaString &msg) in ThrowRuntimeException()
186 void ThrowIllegalArgumentException(const PandaString &msg) in ThrowIllegalArgumentException()
197 …PandaString msg = "Class or interface \"" + class_name + "\" is its own superclass or superinterfa… in ThrowClassCircularityError() local
228 void ThrowFileNotFoundException(const PandaString &msg) in ThrowFileNotFoundException()
236 void ThrowIOException(const PandaString &msg) in ThrowIOException()
244 void ThrowIllegalAccessException(const PandaString &msg) in ThrowIllegalAccessException()
252 void ThrowOutOfMemoryError(ManagedThread *thread, const PandaString &msg) in ThrowOutOfMemoryError()
265 void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError()
278 void ThrowVerificationException(const PandaString &msg) in ThrowVerificationException()
286 void ThrowVerificationException(LanguageContext ctx, const PandaString &msg) in ThrowVerificationException()
293 void ThrowInstantiationError(const PandaString &msg) in ThrowInstantiationError()
301 void ThrowNoClassDefFoundError(const PandaString &msg) in ThrowNoClassDefFoundError()
309 void ThrowTypedErrorDyn(const std::string &msg) in ThrowTypedErrorDyn()
316 void ThrowReferenceErrorDyn(const std::string &msg) in ThrowReferenceErrorDyn()
323 void ThrowIllegalMonitorStateException(const PandaString &msg) in ThrowIllegalMonitorStateException()