Searched refs:jni_int_call_unchecked (Results 1 – 2 of 2) sorted by relevance
95 fn jni_int_call_unchecked<'m, M>(env: &JNIEnv<'m>, obj: JObject<'m>, method_id: M) -> jint in jni_int_call_unchecked() function226 b.iter(|| jni_int_call_unchecked(&env, obj, method_id)); in jni_call_object_hash_method_unchecked()
97 fn jni_int_call_unchecked<'local, M>( in jni_int_call_unchecked() function235 b.iter(|| jni_int_call_unchecked(&mut env, &obj, method_id)); in jni_call_object_hash_method_unchecked()