Searched refs:jmethod_id_map (Results 1 – 2 of 2) sorted by relevance
61 jmethod_id_map: HashMap<String, JMethodID>, field75 jmethod_id_map: HashMap::new(), in new()111 let jmethod_id = match self.jmethod_id_map.get(&name_signature) { in cached_jni_call()115 self.jmethod_id_map.insert(name_signature.clone(), jmethod_id); in cached_jni_call()
265 pub jmethod_id_map: HashMap<String, JMethodID>, field341 if !self.jmethod_id_map.contains_key(&name_signature) { in cached_jni_call()342 self.jmethod_id_map.insert( in cached_jni_call()352 self.jmethod_id_map.get(&name_signature).unwrap().to_owned(), in cached_jni_call()1368 jmethod_id_map: HashMap::new(), in build()