Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs825 WaitableSetPoll { enumerator
1225 WaitableSetPoll { .. } => format!("waitable-set-poll"), in symbol_name()
H A Ddfg.rs362 WaitableSetPoll { enumerator
997 Trampoline::WaitableSetPoll { instance, options } => { in trampoline()
998 info::Trampoline::WaitableSetPoll { in trampoline()
H A Dtranslate.rs217 WaitableSetPoll { enumerator
929 wasmparser::CanonicalFunction::WaitableSetPoll { in translate_payload()
935 LocalInitializer::WaitableSetPoll { in translate_payload()
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs738 WaitableSetPoll { options } => { in initializer()
745 dfg::Trampoline::WaitableSetPoll { in initializer()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs263 Trampoline::WaitableSetPoll { instance, options } => { in translate()
1494 | Trampoline::WaitableSetPoll { instance, .. } in check_may_leave()