Searched refs:StreamDropReadable (Results 1 – 8 of 8) sorted by relevance
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | component_async.rs | 385 choices.push(Choice::StreamDropReadable); in generate() 429 StreamDropReadable, in generate() enumerator 733 Choice::StreamDropReadable => { in generate() 738 commands.push((scope, Command::StreamDropReadable(id))); in generate()
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | info.rs | 926 StreamDropReadable { enumerator 1236 StreamDropReadable { .. } => format!("stream-drop-readable"), in symbol_name()
|
| H A D | dfg.rs | 407 StreamDropReadable { enumerator 1063 Trampoline::StreamDropReadable { instance, ty } => { in trampoline() 1064 info::Trampoline::StreamDropReadable { in trampoline()
|
| H A D | translate.rs | 259 StreamDropReadable { enumerator 1025 wasmparser::CanonicalFunction::StreamDropReadable { ty } => { in translate_payload() 1033 LocalInitializer::StreamDropReadable { ty, func } in translate_payload()
|
| /wasmtime-44.0.1/crates/fuzzing/src/oracles/ |
| H A D | component_async.rs | 562 Command::StreamDropReadable(id) => { in future_or_stream_cmd() 1431 (GuestCallee, Command::StreamDropReadable(23)), in simple_stream4()
|
| /wasmtime-44.0.1/crates/environ/src/component/translate/ |
| H A D | inline.rs | 886 StreamDropReadable { ty, func } => { in initializer() 894 dfg::Trampoline::StreamDropReadable { in initializer()
|
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | fuzz_async.rs | 568 Command::StreamDropReadable(id) => { in run()
|
| /wasmtime-44.0.1/crates/cranelift/src/compiler/ |
| H A D | component.rs | 450 Trampoline::StreamDropReadable { instance, ty } => { in translate() 1514 | Trampoline::StreamDropReadable { instance, .. } in check_may_leave()
|