Searched refs:vm (Results 1 – 12 of 12) sorted by relevance
50 let mut vm = VersionMatch { source, dest, compatibility: BTreeMap::new() }; in new() localVariable52 for nv in vm.dest.map_field().keys() { in new()53 vm.compatibility.insert_or_error(nv.to_owned(), None)?; in new()56 for nv in vm.source.map_field().keys() { in new()57 let compatibility = if let Some(dest_nv) = vm.dest.get_version_upgradable_from(nv) { in new()58 vm.compatibility.map_field_mut().remove(dest_nv).ok_or(anyhow!( in new()67 vm.compatibility.insert_or_error(nv.to_owned(), compatibility)?; in new()70 Ok(vm) in new()
91 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/) in JNI_OnLoad() argument100 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
4 vm.heapSize=48
3 vm.heapSize=48