Searched refs:ExceptionOccurred (Results 1 – 15 of 15) sorted by relevance
/art/test/674-hiddenapi/ |
D | hiddenapi.cc | 106 if (env->ExceptionOccurred()) { in Java_JNI_canGetField() 136 if (env->ExceptionOccurred()) { in Java_JNI_canSetField() 180 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeMethodA() 211 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeMethodV() 251 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeConstructorA() 277 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeConstructorV()
|
/art/test/1932-monitor-events-misc/ |
D | monitor_misc.cc | 52 ScopedLocalRef<jobject> exc(env, env->ExceptionOccurred()); in Java_art_Test1932_doNativeLockPrint()
|
/art/test/ti-agent/ |
D | trace_helper.cc | 32 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in IsInCallback() 46 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in SetInCallback() 630 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing() 638 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing() 646 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing() 654 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing() 662 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()
|
D | exceptions_helper.cc | 54 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCB() 92 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCatchCB()
|
D | redefinition_helper.cc | 209 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult() 216 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult() 223 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult()
|
/art/test/1927-exception-event/ |
D | exception_event.cc | 48 jthrowable e = env->ExceptionOccurred(); in ClearAndPrintException()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 338 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader() 721 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 177 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
|
/art/openjdkjvmti/ |
D | events-inl.h | 61 throw_(env_, env_->ExceptionOccurred()) { in ScopedEventDispatchEnvironment()
|
/art/runtime/ |
D | reflection.cc | 676 ScopedLocalRef<jthrowable> th(soa.Env(), soa.Env()->ExceptionOccurred()); in InvokeMethod()
|
D | check_jni.cc | 1974 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::__anona2e1a4fa0111::CheckJNI 1981 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred() 3781 CheckJNI::ExceptionOccurred,
|
D | jni_internal.cc | 609 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI 2704 JNI::ExceptionOccurred,
|
D | thread.cc | 2301 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 185 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 1161 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()
|