Lines Matching refs:ThrowException
56 static void ThrowException(const char* exception_descriptor) REQUIRES_SHARED(Locks::mutator_lock_) { in ThrowException() function
61 static void ThrowException(const char* exception_descriptor, in ThrowException() function
100 ThrowException("Ljava/lang/AbstractMethodError;", nullptr, in ThrowAbstractMethodError()
106 ThrowException("Ljava/lang/AbstractMethodError;", /* referrer= */ nullptr, in ThrowAbstractMethodError()
115 ThrowException("Ljava/lang/ArithmeticException;", nullptr, "divide by zero"); in ThrowArithmeticExceptionDivideByZero()
121 ThrowException("Ljava/lang/ArrayIndexOutOfBoundsException;", nullptr, in ThrowArrayIndexOutOfBoundsException()
129 ThrowException("Ljava/lang/ArrayStoreException;", nullptr, in ThrowArrayStoreException()
140 ThrowException("Ljava/lang/BootstrapMethodError;", nullptr, fmt, &args); in ThrowBootstrapMethodError()
155 ThrowException("Ljava/lang/ClassCastException;", nullptr, in ThrowClassCastException()
162 ThrowException("Ljava/lang/ClassCastException;", nullptr, msg); in ThrowClassCastException()
170 ThrowException("Ljava/lang/ClassCircularityError;", c, msg.str().c_str()); in ThrowClassCircularityError()
176 ThrowException("Ljava/lang/ClassCircularityError;", c, fmt, &args); in ThrowClassCircularityError()
185 ThrowException("Ljava/lang/ClassFormatError;", referrer, fmt, &args); in ThrowClassFormatError()
195 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClass()
207 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClassForMethodDispatch()
214 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorMethod()
221 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorField()
228 ThrowException("Ljava/lang/IllegalAccessError;", in ThrowIllegalAccessErrorFinalField()
236 ThrowException("Ljava/lang/IllegalAccessError;", referrer, fmt, &args); in ThrowIllegalAccessError()
243 ThrowException("Ljava/lang/IllegalAccessException;", nullptr, msg); in ThrowIllegalAccessException()
249 ThrowException("Ljava/lang/IllegalArgumentException;", nullptr, msg); in ThrowIllegalArgumentException()
255 ThrowException("Ljava/lang/IllegalStateException;", nullptr, msg); in ThrowIllegalStateException()
265 ThrowException("Ljava/lang/IncompatibleClassChangeError;", in ThrowIncompatibleClassChangeError()
283 ThrowException("Ljava/lang/IncompatibleClassChangeError;", in ThrowIncompatibleClassChangeErrorClassForInterfaceSuper()
300 ThrowException("Ljava/lang/IncompatibleClassChangeError;", in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
311 ThrowException("Ljava/lang/IncompatibleClassChangeError;", referrer->GetDeclaringClass(), in ThrowIncompatibleClassChangeErrorField()
318 ThrowException("Ljava/lang/IncompatibleClassChangeError;", referrer, fmt, &args); in ThrowIncompatibleClassChangeError()
324 ThrowException("Ljava/lang/IncompatibleClassChangeError;", in ThrowIncompatibleClassChangeErrorForMethodConflict()
333 ThrowException("Ljava/lang/IndexOutOfBoundsException;", nullptr, in ThrowIndexOutOfBoundsException()
342 ThrowException("Ljava/lang/InternalError;", nullptr, fmt, &args); in ThrowInternalError()
351 ThrowException("Ljava/io/IOException;", nullptr, fmt, &args); in ThrowIOException()
367 ThrowException("Ljava/lang/LinkageError;", referrer, fmt, &args); in ThrowLinkageError()
381 ThrowException("Ljava/lang/NegativeArraySizeException;", nullptr, in ThrowNegativeArraySizeException()
386 ThrowException("Ljava/lang/NegativeArraySizeException;", nullptr, msg); in ThrowNegativeArraySizeException()
399 ThrowException("Ljava/lang/NoSuchFieldError;", c, msg.str().c_str()); in ThrowNoSuchFieldError()
406 ThrowException("Ljava/lang/NoSuchFieldException;", c, msg.str().c_str()); in ThrowNoSuchFieldException()
419 ThrowException("Ljava/lang/NoSuchMethodError;", c, msg.str().c_str()); in ThrowNoSuchMethodError()
428 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str()); in ThrowNullPointerExceptionForFieldAccess()
438 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str()); in ThrowNullPointerExceptionForMethodAccessImpl()
688 ThrowException("Ljava/lang/NullPointerException;", nullptr, in ThrowNullPointerExceptionFromDexPC()
698 ThrowException("Ljava/lang/NullPointerException;", nullptr, in ThrowNullPointerExceptionFromDexPC()
702 ThrowException("Ljava/lang/NullPointerException;", nullptr, in ThrowNullPointerExceptionFromDexPC()
706 ThrowException("Ljava/lang/NullPointerException;", nullptr, in ThrowNullPointerExceptionFromDexPC()
712 ThrowException("Ljava/lang/NullPointerException;", nullptr, in ThrowNullPointerExceptionFromDexPC()
728 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg); in ThrowNullPointerException()
742 ThrowException("Ljava/lang/RuntimeException;", nullptr, fmt, &args); in ThrowRuntimeException()
751 ThrowException("Ljava/lang/SecurityException;", nullptr, fmt, &args); in ThrowSecurityException()
859 ThrowException("Ljava/lang/StringIndexOutOfBoundsException;", nullptr, in ThrowStringIndexOutOfBoundsException()
866 ThrowException("Ljava/lang/UnsupportedOperationException;"); in ThrowUnsupportedOperationException()
874 ThrowException("Ljava/lang/VerifyError;", referrer, fmt, &args); in ThrowVerifyError()
889 ThrowException("Ljava/lang/invoke/WrongMethodTypeException;", nullptr, msg.str().c_str()); in ThrowWrongMethodTypeException()