Searched defs:UnsafeBytecodeStream (Results 1 – 3 of 3) sorted by relevance
74 pc: UnsafeBytecodeStream, in debug()86 pc: UnsafeBytecodeStream, in dispatch()101 pc: UnsafeBytecodeStream, in run_extended()
194 pub struct UnsafeBytecodeStream(NonNull<u8>); struct196 impl UnsafeBytecodeStream { implementation230 impl BytecodeStream for UnsafeBytecodeStream { implementation
1337 fn bytecode(&mut self) -> &mut UnsafeBytecodeStream { in bytecode()