Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/
H A Dgc.rs11 use wasmtime_environ::{GcTypeLayouts, TagIndex, TypeIndex, WasmRefType, WasmResult};
124 ty: WasmRefType, in translate_read_gc_reference() argument
165 ty: WasmRefType, in translate_write_gc_reference() argument
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Ddisabled.rs8 use wasmtime_environ::{TagIndex, TypeIndex, WasmRefType, WasmResult, wasm_unsupported};
160 _test_ty: WasmRefType, in translate_ref_test() argument
162 _val_ty: WasmRefType, in translate_ref_test() argument
H A Denabled.rs19 WasmRefType, WasmResult, WasmStorageType, WasmValType, wasm_unsupported,
235 ref_type: WasmRefType, in write_func_ref_at_addr() argument
1073 test_ty: WasmRefType, in translate_ref_test() argument
1075 val_ty: WasmRefType, in translate_ref_test() argument
1585 ty: WasmRefType, in gc_ref_is_null_or_i31() argument
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs143 Ref(WasmRefType),
246 pub fn unwrap_ref_type(&self) -> WasmRefType { in unwrap_ref_type() argument
256 pub struct WasmRefType { struct
263 impl TypeTrace for WasmRefType { argument
279 impl WasmRefType { impl
281 pub const EXTERNREF: WasmRefType = WasmRefType {
286 pub const FUNCREF: WasmRefType = WasmRefType {
308 impl fmt::Display for WasmRefType { implementation
2114 pub ref_type: WasmRefType,
2547 Ok(WasmRefType { in convert_ref_type()
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/types/
H A Dmatching.rs5 WasmRefType, WasmSubType, WasmValType,
284 expected: WasmRefType, in match_ref() argument
285 actual: WasmRefType, in match_ref() argument
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/enabled/
H A Dnull.rs15 GcTypeLayouts, ModuleInternedTypeIndex, PtrSize, TypeIndex, VMGcKind, WasmRefType, WasmResult,
377 _ty: WasmRefType, in translate_read_gc_reference() argument
390 ty: WasmRefType, in translate_write_gc_reference() argument
H A Ddrc.rs15 WasmHeapType, WasmRefType, WasmResult, WasmStorageType, WasmValType, drc::DrcTypeLayouts,
259 ty: WasmRefType, in translate_init_gc_reference() argument
579 ty: WasmRefType, in translate_read_gc_reference() argument
731 ty: WasmRefType, in translate_write_gc_reference() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtable.rs17 FUNCREF_INIT_BIT, FUNCREF_MASK, IndexType, Trap, Tunables, WasmHeapTopType, WasmRefType,
275 pub(crate) fn wasm_to_table_type(ty: WasmRefType) -> TableElementType { in wasm_to_table_type()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtypes.rs14 WasmRefType, WasmStorageType, WasmStructType, WasmSubType, WasmValType,
579 pub(crate) fn to_wasm_type(&self) -> WasmRefType { in to_wasm_type() argument
580 WasmRefType { in to_wasm_type()
586 pub(crate) fn from_wasm_type(engine: &Engine, ty: &WasmRefType) -> RefType { in from_wasm_type()
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs14 use wasmtime_environ::{PtrSize, WasmHeapType, WasmRefType, WasmValType};
1461 | WasmValType::Ref(WasmRefType { in with_scratch_for()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs34 WasmHeapType, WasmRefType, WasmResult, WasmValType,
2903 test_ty: WasmRefType, in translate_ref_test() argument
2905 gc_ref_ty: WasmRefType, in translate_ref_test() argument
2932 ty: WasmRefType, in translate_ref_is_null() argument
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs99 TypeIndex, WasmHeapType, WasmRefType, WasmResult, WasmValType, wasm_unsupported,
2938 WasmRefType { in translate_operator()
2955 WasmRefType { in translate_operator()
2972 WasmRefType { in translate_operator()
2990 WasmRefType { in translate_operator()