Searched refs:SparseMap (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/cranelift/entity/src/ |
| H A D | sparse.rs | 61 pub struct SparseMap<K, V> struct 70 impl<K, V> SparseMap<K, V> argument 207 impl<K, V> Default for SparseMap<K, V> implementation 212 fn default() -> SparseMap<K, V> { in default() 213 SparseMap::new() in default() 256 pub type SparseSet<T> = SparseMap<T, T>; 282 let map: SparseMap<Inst, Obj> = SparseMap::new(); in empty_immutable_map() 295 let mut map = SparseMap::new(); in single_entry() 330 let mut map = SparseMap::new(); in multiple_entries() 395 let map: SparseMap<Inst, Obj> = SparseMap::default(); in default_impl() [all …]
|
| H A D | lib.rs | 289 pub use self::sparse::{SparseMap, SparseMapValue, SparseSet};
|
| /wasmtime-44.0.1/cranelift/entity/ |
| H A D | README.md | 33 - `SparseMap`: an alternative to `SecondaryMap` which can use less memory
|