Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/pulley/tests/all/
H A Ddisas.rs29 let bytecode = encoded(ops); in assert_disas() localVariable
65 let bytecode = encoded(&[ in no_offsets() localVariable
96 let bytecode = encoded(&[ in no_offsets_or_hexdump() localVariable
127 let mut bytecode = Vec::new(); in disassemble_br_table() localVariable
/wasmtime-44.0.1/crates/gdbstub-component/src/
H A Daddr.rs48 let bytecode = m.bytecode().unwrap_or(vec![]); in module_id() localVariable
161 let bytecode = &self.module_bytecode[index]; in lookup() localVariable
/wasmtime-44.0.1/pulley/src/
H A Dop.rs222 bytecode: B, field
H A Ddisas.rs18 bytecode: SafeBytecodeStream<'a>, field
355 fn bytecode(&mut self) -> &mut Self::BytecodeStream { in bytecode() method
H A Ddecode.rs124 bytecode: &'a [u8], field
H A Dinterp.rs1295 let mut bytecode = [0; 10]; in simple_push_pop() localVariable
1337 fn bytecode(&mut self) -> &mut UnsafeBytecodeStream { in bytecode() method
/wasmtime-44.0.1/pulley/src/interp/
H A Ddebug.rs82 fn bytecode(&mut self) -> &mut Self::BytecodeStream { in bytecode() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstantiate.rs266 pub fn bytecode(&self) -> Option<&[u8]> { in bytecode() method
/wasmtime-44.0.1/crates/debugger/src/host/
H A Dapi.rs430 async fn bytecode(&mut self, self_: Resource<Module>) -> Result<Option<Vec<u8>>> { in bytecode() method