Home
last modified time | relevance | path

Searched refs:RuntimePostReturnIndex (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs339 pub index: RuntimePostReturnIndex,
533 pub post_return: Option<RuntimePostReturnIndex>,
1083 post_return: Option<RuntimePostReturnIndex>,
H A Dvmcomponent_offsets.rs370 pub fn runtime_post_return(&self, index: RuntimePostReturnIndex) -> u32 { in runtime_post_return()
H A Ddfg.rs713 runtime_post_return: HashMap<PostReturnId, RuntimePostReturnIndex>,
896 fn runtime_post_return(&mut self, post_return: PostReturnId) -> RuntimePostReturnIndex { in runtime_post_return() argument
H A Dtypes.rs227 pub struct RuntimePostReturnIndex(u32);
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs452 pub fn runtime_post_return(&self, idx: RuntimePostReturnIndex) -> NonNull<VMFuncRef> { in runtime_post_return()
561 idx: RuntimePostReturnIndex, in set_runtime_post_return() argument
773 let i = RuntimePostReturnIndex::from_u32(i); in initialize_vmctx()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1362 post_return: Option<RuntimePostReturnIndex>, in load_post_return() argument