Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc67 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
/art/compiler/driver/
Dcompiler_driver_test.cc161 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
/art/runtime/
Djni_internal_test.cc794 jthrowable exception = env_->ExceptionOccurred(); \
1815 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F()
1830 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
1836 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
1870 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
1896 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
Dreflection.cc92 jthrowable th = soa.Env()->ExceptionOccurred(); in InvokeMethod()
Dcheck_jni.cc1187 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::CheckJNI
1189 return CHECK_JNI_EXIT("L", baseEnv(env)->ExceptionOccurred(env)); in ExceptionOccurred()
1808 CheckJNI::ExceptionOccurred,
Djni_internal.cc804 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI
2618 JNI::ExceptionOccurred,
Dthread.cc1096 ScopedLocalRef<jthrowable> exception(jni_env_, jni_env_->ExceptionOccurred()); in HandleUncaughtExceptions()
Dclass_linker.cc112 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer()
/art/compiler/jni/
Djni_compiler_test.cc556 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in TEST_F()