Home
last modified time | relevance | path

Searched refs:ExceptionClear (Results 1 – 13 of 13) sorted by relevance

/art/runtime/native/
Djava_lang_Runtime.cc81 env->ExceptionClear(); in Runtime_nativeLoad()
Djava_lang_Class.cc70 env->ExceptionClear(); in Class_classForName()
/art/runtime/
Djni_internal_test.cc59 env_->ExceptionClear(); in ExpectException()
71 env_->ExceptionClear(); in ExpectClassNotFound()
1547 env_->ExceptionClear(); in TEST_F()
1562 env_->ExceptionClear(); in TEST_F()
1577 env_->ExceptionClear(); in TEST_F()
1583 env_->ExceptionClear(); in TEST_F()
1639 env_->ExceptionClear(); in TEST_F()
1665 env_->ExceptionClear(); in TEST_F()
Dcheck_jni.cc1191 static void ExceptionClear(JNIEnv* env) { in ExceptionClear() function in art::CheckJNI
1193 baseEnv(env)->ExceptionClear(env); in ExceptionClear()
1803 CheckJNI::ExceptionClear,
Dthread_list.cc454 env->ExceptionClear(); in ThreadSuspendByPeerWarning()
Dreflection.cc591 soa.Env()->ExceptionClear(); in InvokeMethod()
Dthread.cc1262 tlsPtr_.jni_env->ExceptionClear(); in HandleUncaughtExceptions()
1280 tlsPtr_.jni_env->ExceptionClear(); in HandleUncaughtExceptions()
Ddebugger.cc3873 env->ExceptionClear(); in DdmHandlePacket()
3893 env->ExceptionClear(); in DdmHandlePacket()
3957 env->ExceptionClear(); in DdmBroadcast()
Djni_internal.cc710 static void ExceptionClear(JNIEnv* env) { in ExceptionClear() function in art::JNI
2737 JNI::ExceptionClear,
Dclass_linker.cc120 env->ExceptionClear(); in WrapExceptionInInitializer()
/art/compiler/driver/
Dcompiler_driver_test.cc176 env_->ExceptionClear(); in TEST_F()
/art/test/004-JniTest/
Djni_test.cc305 env->ExceptionClear(); in testShallowGetCallingClassLoader()
/art/compiler/jni/
Djni_compiler_test.cc771 env_->ExceptionClear(); in ExceptionHandlingImpl()