Home
last modified time | relevance | path

Searched refs:RefNull (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/
H A Dops.rs823 func.instruction(&Instruction::RefNull(wasm_encoder::HeapType::EXTERN)); in encode()
826 func.instruction(&Instruction::RefNull(wasm_encoder::HeapType::Abstract { in encode()
832 func.instruction(&Instruction::RefNull(wasm_encoder::HeapType::Concrete( in encode()
/wasmtime-44.0.1/crates/wast/src/
H A Dcore.rs89 CoreConst::RefNull, in match_val()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dconst_expr.rs237 ConstOp::RefNull(ty) => self.stack.push(Val::null_top(*ty)), in eval_loop()
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2007 RefNull(WasmHeapTopType), enumerator
2049 O::RefNull { hty } => Self::RefNull(env.convert_heap_type(hty)?.top()), in from_wasmparser()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs412 wasmparser::TableInit::RefNull => TableInitialValue::Null { in translate_payload()
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs1349 Operator::RefNull { hty } => { in translate_operator()
/wasmtime-44.0.1/winch/codegen/src/
H A Dvisitor.rs208 (emit RefNull $($rest:tt)*) => {};