Home
last modified time | relevance | path

Searched refs:test_jni_exception_method_id (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Dcrt.c704 …(*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()
H A Djava_class_ids.h358 jmethodID test_jni_exception_method_id; member
H A Djava_class_ids.c777 …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()