Home
last modified time | relevance | path

Searched refs:SparseIndex (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dmodule_artifacts.rs248 struct SparseIndex(u32); struct
249 cranelift_entity::entity_impl!(SparseIndex);
310 sparse_starts: TryPrimaryMap<NamespaceIndex, SparseIndex>,
330 sparse_indices: TryPrimaryMap<SparseIndex, FuncKeyIndex>,
378 fn sparse_range(&self, ns_idx: NamespaceIndex) -> Range<SparseIndex> { in sparse_range() argument
527 let sparse_index = SparseIndex::from_u32(sparse_start.as_u32() + sparse_offset); in func_by_text_offset()