Lines Matching refs:ThrowException
46 static void ThrowException(const ThrowLocation* throw_location, const char* exception_descriptor, in ThrowException() function
92 ThrowException(NULL, "Ljava/lang/AbstractMethodError;", NULL, in ThrowAbstractMethodError()
100 ThrowException(NULL, "Ljava/lang/ArithmeticException;", NULL, "divide by zero"); in ThrowArithmeticExceptionDivideByZero()
106 ThrowException(NULL, "Ljava/lang/ArrayIndexOutOfBoundsException;", NULL, in ThrowArrayIndexOutOfBoundsException()
113 ThrowException(NULL, "Ljava/lang/ArrayStoreException;", NULL, in ThrowArrayStoreException()
122 ThrowException(NULL, "Ljava/lang/ClassCastException;", NULL, in ThrowClassCastException()
129 ThrowException(throw_location, "Ljava/lang/ClassCastException;", NULL, msg); in ThrowClassCastException()
137 ThrowException(NULL, "Ljava/lang/ClassCircularityError;", c, msg.str().c_str()); in ThrowClassCircularityError()
145 ThrowException(NULL, "Ljava/lang/ClassFormatError;", referrer, fmt, &args); in ThrowClassFormatError()
154 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClass()
164 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClassForMethodDispatch()
171 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorMethod()
178 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorField()
186 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", in ThrowIllegalAccessErrorFinalField()
194 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, fmt, &args); in ThrowIllegalAccessError()
201 ThrowException(throw_location, "Ljava/lang/IllegalAccessException;", NULL, msg); in ThrowIllegalAccessException()
207 ThrowException(throw_location, "Ljava/lang/IllegalArgumentException;", NULL, msg); in ThrowIllegalArgumentException()
219 ThrowException(NULL, "Ljava/lang/IncompatibleClassChangeError;", in ThrowIncompatibleClassChangeError()
235 ThrowException(NULL, "Ljava/lang/IncompatibleClassChangeError;", in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
246 ThrowException(NULL, "Ljava/lang/IncompatibleClassChangeError;", referrer->GetClass(), in ThrowIncompatibleClassChangeErrorField()
253 ThrowException(NULL, "Ljava/lang/IncompatibleClassChangeError;", referrer, fmt, &args); in ThrowIncompatibleClassChangeError()
262 ThrowException(NULL, "Ljava/io/IOException;", NULL, fmt, &args); in ThrowIOException()
278 ThrowException(NULL, "Ljava/lang/LinkageError;", referrer, fmt, &args); in ThrowLinkageError()
285 ThrowException(NULL, "Ljava/lang/NegativeArraySizeException;", NULL, in ThrowNegativeArraySizeException()
290 ThrowException(NULL, "Ljava/lang/NegativeArraySizeException;", NULL, msg); in ThrowNegativeArraySizeException()
302 ThrowException(NULL, "Ljava/lang/NoSuchFieldError;", c, msg.str().c_str()); in ThrowNoSuchFieldError()
313 ThrowException(NULL, "Ljava/lang/NoSuchMethodError;", c, msg.str().c_str()); in ThrowNoSuchMethodError()
323 ThrowException(&throw_location, "Ljava/lang/NoSuchMethodError;", in ThrowNoSuchMethodError()
334 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL, msg.str().c_str()); in ThrowNullPointerExceptionForFieldAccess()
345 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL, msg.str().c_str()); in ThrowNullPointerExceptionForMethodAccessImpl()
476 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL, in ThrowNullPointerExceptionFromDexPC()
486 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL, in ThrowNullPointerExceptionFromDexPC()
490 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL, in ThrowNullPointerExceptionFromDexPC()
498 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL, in ThrowNullPointerExceptionFromDexPC()
507 ThrowException(throw_location, "Ljava/lang/NullPointerException;", NULL, msg); in ThrowNullPointerException()
515 ThrowException(NULL, "Ljava/lang/RuntimeException;", NULL, fmt, &args); in ThrowRuntimeException()
524 ThrowException(NULL, "Ljava/lang/VerifyError;", referrer, fmt, &args); in ThrowVerifyError()