Searched refs:ExceptionOccurred (Results 1 – 9 of 9) sorted by relevance
67 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
161 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
794 jthrowable exception = env_->ExceptionOccurred(); \1815 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F()1830 thrown_exception = env_->ExceptionOccurred(); in TEST_F()1836 thrown_exception = env_->ExceptionOccurred(); in TEST_F()1870 thrown_exception = env_->ExceptionOccurred(); in TEST_F()1896 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
92 jthrowable th = soa.Env()->ExceptionOccurred(); in InvokeMethod()
1187 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::CheckJNI1189 return CHECK_JNI_EXIT("L", baseEnv(env)->ExceptionOccurred(env)); in ExceptionOccurred()1808 CheckJNI::ExceptionOccurred,
804 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI2618 JNI::ExceptionOccurred,
1096 ScopedLocalRef<jthrowable> exception(jni_env_, jni_env_->ExceptionOccurred()); in HandleUncaughtExceptions()
112 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer()
556 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in TEST_F()