Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs1041 ErrorContextDrop { enumerator
1247 ErrorContextDrop { .. } => format!("error-context-drop"), in symbol_name()
H A Ddfg.rs457 ErrorContextDrop { enumerator
1145 Trampoline::ErrorContextDrop { instance, ty } => info::Trampoline::ErrorContextDrop { in trampoline()
H A Dtranslate.rs303 ErrorContextDrop { enumerator
1125 wasmparser::CanonicalFunction::ErrorContextDrop => { in translate_payload()
1128 LocalInitializer::ErrorContextDrop { func } in translate_payload()
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs1065 ErrorContextDrop { func } => { in initializer()
1069 dfg::Trampoline::ErrorContextDrop { in initializer()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs601 Trampoline::ErrorContextDrop { instance, ty } => { in translate()
1508 | Trampoline::ErrorContextDrop { instance, .. } in check_may_leave()