Searched refs:FUNCREF_MASK (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | ref_bits.rs | 36 pub const FUNCREF_MASK: usize = !FUNCREF_INIT_BIT; constant
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | table.rs | 17 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 D | mod.rs | 27 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 D | func_environ.rs | 36 use wasmtime_environ::{FUNCREF_INIT_BIT, FUNCREF_MASK}; 862 assert_eq!(FUNCREF_MASK as isize, -2); in get_or_init_func_ref_table_elem()
|