Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/
Dhiddenapi.cc106 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/
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()
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()
Dexceptions_helper.cc54 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCB()
92 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCatchCB()
Dredefinition_helper.cc209 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/
Dexception_event.cc48 jthrowable e = env->ExceptionOccurred(); in ClearAndPrintException()
/art/test/004-JniTest/
Djni_test.cc338 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader()
721 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
/art/compiler/driver/
Dcompiler_driver_test.cc177 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
/art/openjdkjvmti/
Devents-inl.h61 throw_(env_, env_->ExceptionOccurred()) { in ScopedEventDispatchEnvironment()
/art/runtime/
Dreflection.cc676 ScopedLocalRef<jthrowable> th(soa.Env(), soa.Env()->ExceptionOccurred()); in InvokeMethod()
Dcheck_jni.cc1974 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::__anona2e1a4fa0111::CheckJNI
1981 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred()
3781 CheckJNI::ExceptionOccurred,
Djni_internal.cc609 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI
2704 JNI::ExceptionOccurred,
Dthread.cc2301 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions()
/art/runtime/native/
Djava_lang_Class.cc185 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
/art/compiler/jni/
Djni_compiler_test.cc1161 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()