Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver_test.cc168 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
/art/runtime/
Djni_internal_test.cc62 jthrowable exception = env_->ExceptionOccurred(); in ExpectException()
2044 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2066 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2072 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2140 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2166 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
Dreflection.cc650 jthrowable th = soa.Env()->ExceptionOccurred(); in InvokeMethod()
Dcheck_jni.cc1829 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::CheckJNI
1835 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred()
3588 CheckJNI::ExceptionOccurred,
Djni_internal.cc485 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI
2511 JNI::ExceptionOccurred,
Dthread.cc1813 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions()
Dclass_linker.cc216 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer()
/art/test/004-JniTest/
Djni_test.cc318 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader()
701 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
/art/runtime/native/
Djava_lang_Class.cc81 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
/art/compiler/jni/
Djni_compiler_test.cc749 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()