Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Devents-inl.h141 ScopedLocalRef<jthrowable> thr(jnienv, jnienv->ExceptionOccurred()); in DispatchClassFileLoadHookEvent()
200 ScopedLocalRef<jthrowable> thr(jnienv, jnienv->ExceptionOccurred()); in DispatchEvent()
236 ScopedLocalRef<jthrowable> thr(jnienv, jnienv->ExceptionOccurred());
267 ScopedLocalRef<jthrowable> thr(jnienv, jnienv->ExceptionOccurred());
301 ScopedLocalRef<jthrowable> thr(jnienv, jnienv->ExceptionOccurred());
/art/test/ti-agent/
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/runtime/
Djni_internal_test.cc66 jthrowable exception = env_->ExceptionOccurred(); in ExpectException()
2104 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2126 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2132 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2200 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2226 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
Dreflection.cc672 ScopedLocalRef<jthrowable> th(soa.Env(), soa.Env()->ExceptionOccurred()); in InvokeMethod()
Dcheck_jni.cc1843 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::CheckJNI
1849 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred()
3603 CheckJNI::ExceptionOccurred,
Djni_internal.cc586 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI
2676 JNI::ExceptionOccurred,
Dthread.cc2243 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions()
Dclass_linker.cc257 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer()
/art/test/004-JniTest/
Djni_test.cc327 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader()
710 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
/art/compiler/driver/
Dcompiler_driver_test.cc175 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
/art/runtime/native/
Djava_lang_Class.cc88 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
/art/compiler/jni/
Djni_compiler_test.cc1162 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()