Searched refs:RuntimePostReturnIndex (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | info.rs | 339 pub index: RuntimePostReturnIndex, 533 pub post_return: Option<RuntimePostReturnIndex>, 1083 post_return: Option<RuntimePostReturnIndex>,
|
| H A D | vmcomponent_offsets.rs | 370 pub fn runtime_post_return(&self, index: RuntimePostReturnIndex) -> u32 { in runtime_post_return()
|
| H A D | dfg.rs | 713 runtime_post_return: HashMap<PostReturnId, RuntimePostReturnIndex>, 896 fn runtime_post_return(&mut self, post_return: PostReturnId) -> RuntimePostReturnIndex { in runtime_post_return() argument
|
| H A D | types.rs | 227 pub struct RuntimePostReturnIndex(u32);
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | component.rs | 452 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 D | component.rs | 1362 post_return: Option<RuntimePostReturnIndex>, in load_post_return() argument
|