Searched defs:bytecode (Results 1 – 9 of 9) sorted by relevance
29 let bytecode = encoded(ops); in assert_disas() localVariable65 let bytecode = encoded(&[ in no_offsets() localVariable96 let bytecode = encoded(&[ in no_offsets_or_hexdump() localVariable127 let mut bytecode = Vec::new(); in disassemble_br_table() localVariable
48 let bytecode = m.bytecode().unwrap_or(vec![]); in module_id() localVariable161 let bytecode = &self.module_bytecode[index]; in lookup() localVariable
222 bytecode: B, field
18 bytecode: SafeBytecodeStream<'a>, field355 fn bytecode(&mut self) -> &mut Self::BytecodeStream { in bytecode() method
124 bytecode: &'a [u8], field
1295 let mut bytecode = [0; 10]; in simple_push_pop() localVariable1337 fn bytecode(&mut self) -> &mut UnsafeBytecodeStream { in bytecode() method
82 fn bytecode(&mut self) -> &mut Self::BytecodeStream { in bytecode() method
266 pub fn bytecode(&self) -> Option<&[u8]> { in bytecode() method
430 async fn bytecode(&mut self, self_: Resource<Module>) -> Result<Option<Vec<u8>>> { in bytecode() method