Searched refs:ExceptionOccurred (Results 1 – 18 of 18) sorted by relevance
/art/test/674-hiddenapi/ |
D | hiddenapi.cc | 138 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/ |
D | monitor_misc.cc | 52 ScopedLocalRef<jobject> exc(env, env->ExceptionOccurred()); in Java_art_Test1932_doNativeLockPrint()
|
/art/test/ti-agent/ |
D | trace_helper.cc | 32 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()
|
D | exceptions_helper.cc | 54 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCB() 92 jthrowable e = jnienv->ExceptionOccurred(); in exceptionCatchCB()
|
D | redefinition_helper.cc | 299 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/ |
D | exception_event.cc | 48 jthrowable e = env->ExceptionOccurred(); in ClearAndPrintException()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 173 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred()); in FindClass()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 188 jthrowable exception = env_->ExceptionOccurred(); in TEST_F()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 338 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader() 721 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls()
|
/art/runtime/jni/ |
D | jni_internal_test.cc | 65 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() 2316 thrown_exception = env_->ExceptionOccurred(); in TEST_F() 2342 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
|
D | check_jni.cc | 1979 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::__anon846bc2ca0111::CheckJNI 1986 result.t = baseEnv(env)->ExceptionOccurred(env); in ExceptionOccurred() 3786 CheckJNI::ExceptionOccurred,
|
D | jni_internal.cc | 643 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred() function in art::JNI 2741 JNIImpl::ExceptionOccurred,
|
/art/openjdkjvmti/ |
D | events-inl.h | 64 throw_(env_, env_->ExceptionOccurred()) { in ScopedEventDispatchEnvironment()
|
/art/runtime/ |
D | reflection.cc | 498 ScopedLocalRef<jthrowable> th(soa.Env(), soa.Env()->ExceptionOccurred()); in InvokeMethodImpl()
|
D | thread.cc | 2519 ScopedLocalRef<jthrowable> exception(tlsPtr_.jni_env, tlsPtr_.jni_env->ExceptionOccurred()); in HandleUncaughtExceptions()
|
D | class_linker.cc | 515 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 202 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 1161 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl()
|