Searched refs:test_jni_exception_method_id (Results 1 – 3 of 3) sorted by relevance
704 …(*env)->CallStaticVoidMethod(env, jni_crt_class, crt_properties.test_jni_exception_method_id, true… in Java_software_amazon_awssdk_crt_CRT_nativeCheckJniExceptionContract()708 …env)->CallStaticVoidMethod(env, jni_crt_class, crt_properties.test_jni_exception_method_id, false); in Java_software_amazon_awssdk_crt_CRT_nativeCheckJniExceptionContract()
358 jmethodID test_jni_exception_method_id; member
777 …crt_properties.test_jni_exception_method_id = (*env)->GetStaticMethodID(env, cls, "testJniExceptio… in s_cache_crt()778 AWS_FATAL_ASSERT(crt_properties.test_jni_exception_method_id); in s_cache_crt()