Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Ddynamic_type.rs38 pub type DynamicTypes = PrimaryMap<DynamicType, DynamicTypeData>; typedef
H A Dmod.rs40 pub use crate::ir::dynamic_type::{DynamicTypeData, DynamicTypes, dynamic_to_fixed};
H A Ddfg.rs6 use crate::ir::dynamic_type::{DynamicTypeData, DynamicTypes};
132 pub dynamic_types: DynamicTypes,
177 dynamic_types: DynamicTypes::new(), in new()