Searched defs:jmethod_id (Results 1 – 1 of 1) sorted by relevance
111 let jmethod_id = match self.jmethod_id_map.get(&name_signature) { in cached_jni_call() localVariable114 let jmethod_id = self.env.get_method_id(self.callback_obj.as_obj(), name, sig)?; in cached_jni_call() localVariable