Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dref_bits.rs36 pub const FUNCREF_MASK: usize = !FUNCREF_INIT_BIT; constant
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtable.rs17 FUNCREF_INIT_BIT, FUNCREF_MASK, IndexType, Trap, Tunables, WasmHeapTopType, WasmRefType,
79 Some(ptr.and_then(|ptr| NonNull::new(ptr.as_ptr().map_addr(|a| a & FUNCREF_MASK)))) in into_funcref()
/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dmod.rs27 FUNCREF_MASK, GlobalIndex, MemoryIndex, PtrSize, TableIndex, Tunables, TypeIndex, WasmHeapType,
641 assert_eq!(FUNCREF_MASK as isize, -2); in emit_lazy_init_funcref()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs36 use wasmtime_environ::{FUNCREF_INIT_BIT, FUNCREF_MASK};
862 assert_eq!(FUNCREF_MASK as isize, -2); in get_or_init_func_ref_table_elem()