Searched refs:TypeConvert (Results 1 – 11 of 11) sorted by relevance
| /wasmtime-44.0.1/crates/cranelift/src/translate/environ/ |
| H A D | spec.rs | 13 use wasmtime_environ::{GlobalConstValue, Tunables, TypeConvert, WasmHeapType}; 39 pub trait TargetEnvironment: TypeConvert {
|
| /wasmtime-44.0.1/winch/codegen/src/frame/ |
| H A D | mod.rs | 11 use wasmtime_environ::{TypeConvert, WasmValType}; 48 types: &impl TypeConvert, in new() argument
|
| /wasmtime-44.0.1/winch/codegen/src/codegen/ |
| H A D | env.rs | 17 TypeConvert, TypeIndex, VMOffsets, WasmHeapType, WasmValType, collections::TryClone as _, 404 impl TypeConvert for TypeConverter<'_, '_> {
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_types.rs | 3 ModuleTypes, PanicOnOom as _, TypeConvert, TypeIndex, WasmArrayType, WasmCompositeInnerType, 511 impl<F> TypeConvert for WasmparserTypeConverter<'_, F>
|
| H A D | module_environ.rs | 12 Tunables, TypeConvert, TypeIndex, WasmError, WasmHeapTopType, WasmHeapType, WasmResult, 943 impl TypeConvert for ModuleEnvironment<'_, '_> {
|
| /wasmtime-44.0.1/crates/cranelift/src/translate/ |
| H A D | func_translator.rs | 16 use wasmtime_environ::{TypeConvert, WasmResult};
|
| H A D | code_translator.rs | 98 DataIndex, ElemIndex, FuncIndex, GlobalIndex, MemoryIndex, TableIndex, TagIndex, TypeConvert,
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types_builder.rs | 6 PrimaryMap, TypeConvert, WasmHeapType, WasmValType, 905 impl TypeConvert for ComponentTypesBuilder {
|
| H A D | translate.rs | 7 ModuleTranslation, ModuleTypesBuilder, PrimaryMap, ScopeVec, TagIndex, Tunables, TypeConvert, 1778 impl TypeConvert for PreInliningComponentTypes<'_> {
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | types.rs | 1914 env: &dyn TypeConvert, in from_wasmparser() argument 2038 env: &dyn TypeConvert, in from_wasmparser() argument 2422 pub trait TypeConvert { trait
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | func_environ.rs | 33 TypeConvert, TypeIndex, VMOffsets, WasmCompositeInnerType, WasmFuncType, WasmHeapTopType, 2333 impl TypeConvert for FuncEnvironment<'_> {
|