Searched refs:SparseIndex (Results 1 – 1 of 1) sorted by relevance
248 struct SparseIndex(u32); struct249 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() argument527 let sparse_index = SparseIndex::from_u32(sparse_start.as_u32() + sparse_offset); in func_by_text_offset()