Home
last modified time | relevance | path

Searched refs:jni_int_call_unchecked (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/benches/
Dapi_calls.rs95 fn jni_int_call_unchecked<'m, M>(env: &JNIEnv<'m>, obj: JObject<'m>, method_id: M) -> jint in jni_int_call_unchecked() function
226 b.iter(|| jni_int_call_unchecked(&env, obj, method_id)); in jni_call_object_hash_method_unchecked()
/aosp_15_r20/external/rust/android-crates-io/crates/jni/benches/
Dapi_calls.rs97 fn jni_int_call_unchecked<'local, M>( in jni_int_call_unchecked() function
235 b.iter(|| jni_int_call_unchecked(&mut env, &obj, method_id)); in jni_call_object_hash_method_unchecked()