Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dadapt.rs329 fact::Import::PrepareCall { memory } => simple_intrinsic(dfg::Trampoline::PrepareCall { in fact_import_to_core_def()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs1058 PrepareCall { enumerator
1250 PrepareCall { .. } => format!("component-prepare-call"), in symbol_name()
H A Ddfg.rs463 PrepareCall { enumerator
1151 Trampoline::PrepareCall { memory } => info::Trampoline::PrepareCall { in trampoline()
/wasmtime-44.0.1/crates/environ/src/
H A Dfact.rs579 let import = Import::PrepareCall { in import_prepare_call()
860 PrepareCall { enumerator
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs628 Trampoline::PrepareCall { memory } => { in translate()
1475 | Trampoline::PrepareCall { .. } in check_may_leave()