Home | History | Annotate | Download | only in runtime

Lines Matching refs:ThrowException

47 static void ThrowException(const char* exception_descriptor,
82 ThrowException("Ljava/lang/AbstractMethodError;", nullptr,
90 ThrowException("Ljava/lang/ArithmeticException;", nullptr, "divide by zero");
96 ThrowException("Ljava/lang/ArrayIndexOutOfBoundsException;", nullptr,
103 ThrowException("Ljava/lang/ArrayStoreException;", nullptr,
112 ThrowException("Ljava/lang/ClassCastException;", nullptr,
119 ThrowException("Ljava/lang/ClassCastException;", nullptr, msg);
127 ThrowException("Ljava/lang/ClassCircularityError;", c, msg.str().c_str());
135 ThrowException("Ljava/lang/ClassFormatError;", referrer, fmt, &args);
144 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
154 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
161 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
168 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str());
175 ThrowException("Ljava/lang/IllegalAccessError;",
183 ThrowException("Ljava/lang/IllegalAccessError;", referrer, fmt, &args);
190 ThrowException("Ljava/lang/IllegalAccessException;", nullptr, msg);
196 ThrowException("Ljava/lang/IllegalArgumentException;", nullptr, msg);
207 ThrowException("Ljava/lang/IncompatibleClassChangeError;",
223 ThrowException("Ljava/lang/IncompatibleClassChangeError;",
234 ThrowException("Ljava/lang/IncompatibleClassChangeError;", referrer->GetDeclaringClass(),
241 ThrowException("Ljava/lang/IncompatibleClassChangeError;", referrer, fmt, &args);
250 ThrowException("Ljava/io/IOException;", nullptr, fmt, &args);
266 ThrowException("Ljava/lang/LinkageError;", referrer, fmt, &args);
280 ThrowException("Ljava/lang/NegativeArraySizeException;", nullptr,
285 ThrowException("Ljava/lang/NegativeArraySizeException;", nullptr, msg);
296 ThrowException("Ljava/lang/NoSuchFieldError;", c, msg.str().c_str());
303 ThrowException("Ljava/lang/NoSuchFieldException;", c, msg.str().c_str());
314 ThrowException("Ljava/lang/NoSuchMethodError;", c, msg.str().c_str());
323 ThrowException("Ljava/lang/NoSuchMethodError;",
333 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str());
343 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg.str().c_str());
473 ThrowException("Ljava/lang/NullPointerException;", nullptr,
483 ThrowException("Ljava/lang/NullPointerException;", nullptr,
487 ThrowException("Ljava/lang/NullPointerException;", nullptr,
495 ThrowException("Ljava/lang/NullPointerException;", nullptr,
504 ThrowException("Ljava/lang/NullPointerException;", nullptr, msg);
512 ThrowException("Ljava/lang/RuntimeException;", nullptr, fmt, &args);
521 ThrowException("Ljava/lang/VerifyError;", referrer, fmt, &args);