Home
last modified time | relevance | path

Searched refs:ExceptionOccurred (Results 1 – 14 of 14) sorted by relevance

/art/test/674-hiddenapi/
Dhiddenapi.cc130 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()
/art/test/1932-monitor-events-misc/
Dmonitor_misc.cc52 ScopedLocalRef<jobject> exc(env, env->ExceptionOccurred()); in Java_art_Test1932_doNativeLockPrint()
/art/test/ti-agent/
Dtrace_helper.cc32 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()
Dexceptions_helper.cc54 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCB()
92 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCatchCB()
Dredefinition_helper.cc312 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()
/art/test/1927-exception-event/
Dexception_event.cc48 jthrowable e = env->ExceptionOccurred(); in ClearAndPrintException()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc171 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in FindClass()
/art/test/004-JniTest/
Djni_test.cc367 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader()
750 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
/art/dex2oat/driver/
Dcompiler_driver_test.cc186 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
/art/runtime/jni/
Djni_internal_test.cc66 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()
Dcheck_jni.cc2037 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::__anon846bc2ca0111::CheckJNI
2044 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred()
3840 CheckJNI::ExceptionOccurred,
Djni_internal.cc821 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI
3084 JNIImpl::ExceptionOccurred,
/art/openjdkjvmti/
Devents-inl.h64 throw_(env_, env_->ExceptionOccurred()) { in ScopedEventDispatchEnvironment()
/art/compiler/jni/
Djni_compiler_test.cc1334 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()
1353 ScopedLocalRef<jthrowable> exception2(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()