Searched refs:BytecodeStream (Results 1 – 5 of 5) sorted by relevance
262 T: BytecodeStream; in decode() argument268 T: BytecodeStream, in decode() argument277 T: BytecodeStream, in decode() argument286 T: BytecodeStream, in decode() argument295 T: BytecodeStream, in decode() argument573 ) -> Result<V::Return, <V::BytecodeStream as BytecodeStream>::Error>617 type BytecodeStream: BytecodeStream;646 V2: OpVisitor<BytecodeStream = V1::BytecodeStream>,648 type BytecodeStream = V1::BytecodeStream;702 ) -> Result<V::Return, <V::BytecodeStream as BytecodeStream>::Error>[all …]
241 … impl<B: crate::decode::BytecodeStream> crate::decode::OpVisitor for MaterializeOpsVisitor<B> {242 type BytecodeStream = B;244 fn bytecode(&mut self) -> &mut Self::BytecodeStream {271 …impl<B: crate::decode::BytecodeStream> crate::decode::ExtendedOpVisitor for MaterializeOpsVisitor<…
353 type BytecodeStream = SafeBytecodeStream<'a>; typedef355 fn bytecode(&mut self) -> &mut Self::BytecodeStream { in bytecode() argument
1334 type BytecodeStream = UnsafeBytecodeStream; typedef
79 type BytecodeStream = <Interpreter<'a> as OpVisitor>::BytecodeStream; typedef82 fn bytecode(&mut self) -> &mut Self::BytecodeStream { in bytecode() argument