Home
last modified time | relevance | path

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

/wasmtime-44.0.1/pulley/src/
H A Ddecode.rs109 fn invalid_extended_opcode(&self, code: u16) -> Self::Error; in invalid_extended_opcode() method
175 fn invalid_extended_opcode(&self, code: u16) -> Self::Error { in invalid_extended_opcode() method
247 fn invalid_extended_opcode(&self, _code: u16) -> Self::Error { in invalid_extended_opcode() method
415 None => Err(bytecode.invalid_extended_opcode(word)), in decode()
708 visitor.bytecode().invalid_extended_opcode(code)