Searched refs:ExceptionOccurred (Results 1 – 10 of 10) sorted by relevance
168 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
62 jthrowable exception = env_->ExceptionOccurred(); in ExpectException()2044 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F()2066 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2072 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2140 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2166 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
650 jthrowable th = soa.Env()->ExceptionOccurred(); in InvokeMethod()
1829 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::CheckJNI1835 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred()3588 CheckJNI::ExceptionOccurred,
485 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI2511 JNI::ExceptionOccurred,
1813 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions()
216 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer()
318 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader()701 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
81 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
749 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()