Searched refs:RefNull (Results 1 – 7 of 7) sorted by relevance
823 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()
89 CoreConst::RefNull, in match_val()
237 ConstOp::RefNull(ty) => self.stack.push(Val::null_top(*ty)), in eval_loop()
2007 RefNull(WasmHeapTopType), enumerator2049 O::RefNull { hty } => Self::RefNull(env.convert_heap_type(hty)?.top()), in from_wasmparser()
412 wasmparser::TableInit::RefNull => TableInitialValue::Null { in translate_payload()
1349 Operator::RefNull { hty } => { in translate_operator()
208 (emit RefNull $($rest:tt)*) => {};