Home
last modified time | relevance | path

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

/wasmtime-44.0.1/pulley/src/
H A Ddecode.rs262 T: BytecodeStream; in decode() argument
268 T: BytecodeStream, in decode() argument
277 T: BytecodeStream, in decode() argument
286 T: BytecodeStream, in decode() argument
295 T: BytecodeStream, in decode() argument
573 ) -> 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 …]
H A Dop.rs241 … 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<…
H A Ddisas.rs353 type BytecodeStream = SafeBytecodeStream<'a>; typedef
355 fn bytecode(&mut self) -> &mut Self::BytecodeStream { in bytecode() argument
H A Dinterp.rs1334 type BytecodeStream = UnsafeBytecodeStream; typedef
/wasmtime-44.0.1/pulley/src/interp/
H A Ddebug.rs79 type BytecodeStream = <Interpreter<'a> as OpVisitor>::BytecodeStream; typedef
82 fn bytecode(&mut self) -> &mut Self::BytecodeStream { in bytecode() argument