Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Devents-inl.h142 jnienv->ExceptionClear(); in DispatchClassFileLoadHookEvent()
201 jnienv->ExceptionClear(); in DispatchEvent()
237 jnienv->ExceptionClear();
268 jnienv->ExceptionClear();
302 jnienv->ExceptionClear();
Dti_properties.cc184 jni_env->ExceptionClear(); in GetLibraryPath()
193 jni_env->ExceptionClear(); in GetLibraryPath()
Dti_search.cc290 env->ExceptionClear(); in AddToSystemClassLoaderSearch()
/art/test/ti-agent/
Djni_helper.h59 env->ExceptionClear(); in JniThrowNullPointerException()
Djni_binder.cc186 env->ExceptionClear(); in FindClass()
194 env->ExceptionClear(); in FindClass()
214 env->ExceptionClear(); in FindClass()
/art/benchmark/micro-native/
Dmicro_native.cc142 env->ExceptionClear(); in register_micro_native_methods()
/art/runtime/
Djni_internal_test.cc68 env_->ExceptionClear(); in ExpectException()
109 env_->ExceptionClear(); in ExpectClassNotFound()
942 env_->ExceptionClear(); in TEST_F()
1966 env_->ExceptionClear(); in TEST_F()
1973 env_->ExceptionClear(); in TEST_F()
2092 env_->ExceptionClear(); in TEST_F()
2105 env_->ExceptionClear(); in TEST_F()
2127 env_->ExceptionClear(); in TEST_F()
2133 env_->ExceptionClear(); in TEST_F()
2201 env_->ExceptionClear(); in TEST_F()
[all …]
Djava_vm_ext.cc884 env->ExceptionClear(); in LoadNativeLibrary()
Dthread_list.cc884 env->ExceptionClear(); in ThreadSuspendByPeerWarning()
Dcheck_jni.cc1869 static void ExceptionClear(JNIEnv* env) { in ExceptionClear() function in art::CheckJNI
1875 baseEnv(env)->ExceptionClear(env); in ExceptionClear()
3605 CheckJNI::ExceptionClear,
Dthread.cc2244 tlsPtr_.jni_env->ExceptionClear(); in HandleUncaughtExceptions()
2252 tlsPtr_.jni_env->ExceptionClear(); in HandleUncaughtExceptions()
Ddebugger.cc4284 env->ExceptionClear(); in DdmHandlePacket()
4305 env->ExceptionClear(); in DdmHandlePacket()
4369 env->ExceptionClear(); in DdmBroadcast()
Djni_internal.cc551 static void ExceptionClear(JNIEnv* env) { in ExceptionClear() function in art::JNI
2678 JNI::ExceptionClear,
Dclass_linker.cc267 env->ExceptionClear(); in WrapExceptionInInitializer()
/art/test/004-JniTest/
Djni_test.cc328 env->ExceptionClear(); in testShallowGetCallingClassLoader()
463 env_->ExceptionClear(); in CallMethod()
711 env_->ExceptionClear(); in TestCalls()
/art/runtime/openjdkjvm/
DOpenjdkJvm.cc345 env->ExceptionClear(); in JVM_NativeLoad()
/art/compiler/driver/
Dcompiler_driver_test.cc176 env_->ExceptionClear(); in TEST_F()
/art/test/ti-stress/
Dstress.cc702 jni_env->ExceptionClear(); in PerformFinalSetupVMInit()
/art/runtime/native/
Djava_lang_Class.cc89 env->ExceptionClear(); in Class_classForName()
/art/compiler/jni/
Djni_compiler_test.cc1163 env_->ExceptionClear(); in ExceptionHandlingImpl()