Searched refs:ExceptionOccurred (Results 1 - 10 of 10) sorted by relevance

/art/runtime/native/
H A Djava_lang_Class.cc69 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred());
/art/compiler/driver/
H A Dcompiler_driver_test.cc175 jthrowable exception = env_->ExceptionOccurred();
/art/runtime/
H A Djni_internal_test.cc57 jthrowable exception = env_->ExceptionOccurred();
1561 jthrowable thrown_exception = env_->ExceptionOccurred();
1576 thrown_exception = env_->ExceptionOccurred();
1582 thrown_exception = env_->ExceptionOccurred();
1638 thrown_exception = env_->ExceptionOccurred();
1664 thrown_exception = env_->ExceptionOccurred();
H A Dcheck_jni.cc1180 static jthrowable ExceptionOccurred(JNIEnv* env) { function in class:art::CheckJNI
1182 return CHECK_JNI_EXIT("L", baseEnv(env)->ExceptionOccurred(env));
1801 CheckJNI::ExceptionOccurred,
H A Dreflection.cc590 jthrowable th = soa.Env()->ExceptionOccurred();
H A Dthread.cc1261 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred());
H A Djni_internal.cc762 static jthrowable ExceptionOccurred(JNIEnv* env) { function in class:art::JNI
2735 JNI::ExceptionOccurred,
H A Dclass_linker.cc117 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred());
/art/test/004-JniTest/
H A Djni_test.cc304 jthrowable thrown = env->ExceptionOccurred();
/art/compiler/jni/
H A Djni_compiler_test.cc770 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred());

Completed in 1060 milliseconds