Home | History | Annotate | Download | only in runtime

Lines Matching refs:ThrowException

46 static void ThrowException(const ThrowLocation* throw_location, const char* exception_descriptor,
92 ThrowException(NULL, "Ljava/lang/AbstractMethodError;", NULL,
100 ThrowException(NULL, "Ljava/lang/ArithmeticException;", NULL, "divide by zero");
106 ThrowException(NULL, "Ljava/lang/ArrayIndexOutOfBoundsException;", NULL,
113 ThrowException(NULL, "Ljava/lang/ArrayStoreException;", NULL,
122 ThrowException(NULL, "Ljava/lang/ClassCastException;", NULL,
129 ThrowException(throw_location, "Ljava/lang/ClassCastException;", NULL, msg);
137 ThrowException(NULL, "Ljava/lang/ClassCircularityError;", c, msg.str().c_str());
145 ThrowException(NULL, "Ljava/lang/ClassFormatError;", referrer, fmt, &args);
154 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
164 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
171 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
178 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
186 ThrowException(NULL, "Ljava/lang/IllegalAccessError;",
194 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, fmt, &args);
201 ThrowException(throw_location, "Ljava/lang/IllegalAccessException;", NULL, msg);
207 ThrowException(throw_location, "Ljava/lang/IllegalArgumentException;", NULL, msg);
219 ThrowException(NULL, "Ljava/lang/IncompatibleClassChangeError;",
235 ThrowException(NULL, "Ljava/lang/IncompatibleClassChangeError;",
246 ThrowException(NULL, "Ljava/lang/IncompatibleClassChangeError;", referrer->GetClass(),
253 ThrowException(NULL, "Ljava/lang/IncompatibleClassChangeError;", referrer, fmt, &args);
262 ThrowException(NULL, "Ljava/io/IOException;", NULL, fmt, &args);
278 ThrowException(NULL, "Ljava/lang/LinkageError;", referrer, fmt, &args);
285 ThrowException(NULL, "Ljava/lang/NegativeArraySizeException;", NULL,
290 ThrowException(NULL, "Ljava/lang/NegativeArraySizeException;", NULL, msg);
302 ThrowException(NULL, "Ljava/lang/NoSuchFieldError;", c, msg.str().c_str());
313 ThrowException(NULL, "Ljava/lang/NoSuchMethodError;", c, msg.str().c_str());
323 ThrowException(&throw_location, "Ljava/lang/NoSuchMethodError;",
334 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL, msg.str().c_str());
345 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL, msg.str().c_str());
476 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL,
486 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL,
490 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL,
498 ThrowException(&throw_location, "Ljava/lang/NullPointerException;", NULL,
507 ThrowException(throw_location, "Ljava/lang/NullPointerException;", NULL, msg);
515 ThrowException(NULL, "Ljava/lang/RuntimeException;", NULL, fmt, &args);
524 ThrowException(NULL, "Ljava/lang/VerifyError;", referrer, fmt, &args);