Searched refs:ExceptionOccurred (Results 1 – 14 of 14) sorted by relevance
130 if (env->ExceptionOccurred()) { in Java_JNI_canGetField()160 if (env->ExceptionOccurred()) { in Java_JNI_canSetField()204 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeMethodA()235 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeMethodV()275 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeConstructorA()301 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeConstructorV()
52 ScopedLocalRef<jobject> exc(env, env->ExceptionOccurred()); in Java_art_Test1932_doNativeLockPrint()
32 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in IsInCallback()46 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in SetInCallback()639 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()647 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()655 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()663 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()671 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()
54 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCB()92 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCatchCB()
312 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult()319 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult()326 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult()
48 jthrowable e = env->ExceptionOccurred(); in ClearAndPrintException()
171 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in FindClass()
367 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader()750 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
186 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
66 jthrowable exception = env_->ExceptionOccurred(); in ExpectException()2337 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F()2359 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2365 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2452 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2478 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2037 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::__anon846bc2ca0111::CheckJNI2044 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred()3840 CheckJNI::ExceptionOccurred,
821 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI3084 JNIImpl::ExceptionOccurred,
64 throw_(env_, env_->ExceptionOccurred()) { in ScopedEventDispatchEnvironment()
1334 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()1353 ScopedLocalRef<jthrowable> exception2(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()