Home
last modified time | relevance | path

Searched defs:get_method_id (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc801 auto get_method_id = [&](uint32_t mid) REQUIRES_SHARED(Locks::mutator_lock_) ALWAYS_INLINE in FindDeclaredClassMethod() local
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs630 pub fn get_method_id<'c, T, U, V>(&self, class: T, name: U, sig: V) -> Result<JMethodID> in get_method_id() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs963 pub fn get_method_id<'other_local, T, U, V>( in get_method_id() method