Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/
Dhiddenapi.cc138 if (env->ExceptionOccurred()) { in Java_JNI_canGetField()
168 if (env->ExceptionOccurred()) { in Java_JNI_canSetField()
212 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeMethodA()
243 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeMethodV()
283 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeConstructorA()
309 if (env->ExceptionOccurred()) { in Java_JNI_canInvokeConstructorV()
/art/test/1932-monitor-events-misc/
Dmonitor_misc.cc52 ScopedLocalRef<jobject> exc(env, env->ExceptionOccurred()); in Java_art_Test1932_doNativeLockPrint()
/art/test/ti-agent/
Dtrace_helper.cc32 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in IsInCallback()
46 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in SetInCallback()
630 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()
638 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()
646 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()
654 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()
662 err.reset(env->ExceptionOccurred()); in Java_art_Trace_disableTracing()
Dexceptions_helper.cc54 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCB()
92 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCatchCB()
Dredefinition_helper.cc299 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult()
306 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult()
313 if (env->ExceptionOccurred()) { in Java_art_Redefinition_addCommonTransformationResult()
/art/test/1927-exception-event/
Dexception_event.cc48 jthrowable e = env->ExceptionOccurred(); in ClearAndPrintException()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc173 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in FindClass()
/art/dex2oat/driver/
Dcompiler_driver_test.cc188 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
/art/test/004-JniTest/
Djni_test.cc338 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader()
721 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
/art/runtime/jni/
Djni_internal_test.cc65 jthrowable exception = env_->ExceptionOccurred(); in ExpectException()
2220 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2242 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2248 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2335 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2361 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
Dcheck_jni.cc1979 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::__anon846bc2ca0111::CheckJNI
1986 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred()
3786 CheckJNI::ExceptionOccurred,
Djni_internal.cc642 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI
2774 JNIImpl::ExceptionOccurred,
/art/openjdkjvmti/
Devents-inl.h64 throw_(env_, env_->ExceptionOccurred()) { in ScopedEventDispatchEnvironment()
/art/runtime/
Dreflection.cc498 ScopedLocalRef<jthrowable> th(soa.Env(), soa.Env()->ExceptionOccurred()); in InvokeMethodImpl()
Dthread.cc2507 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions()
Dclass_linker.cc582 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer()
/art/runtime/native/
Djava_lang_Class.cc202 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
/art/compiler/jni/
Djni_compiler_test.cc1167 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()