Searched refs:runtime_post_return (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | dfg.rs | 626 runtime_post_return: Default::default(), in finish() 673 num_runtime_post_returns: linearize.runtime_post_return.len() as u32, in finish() 713 runtime_post_return: HashMap<PostReturnId, RuntimePostReturnIndex>, field 846 let post_return = options.post_return.map(|mem| self.runtime_post_return(mem)); in convert_options() 896 fn runtime_post_return(&mut self, post_return: PostReturnId) -> RuntimePostReturnIndex { in runtime_post_return() method 899 |me| &mut me.runtime_post_return, in runtime_post_return() 1162 post_return: post_return.map(|v| self.runtime_post_return(v)), in trampoline()
|
| H A D | vmcomponent_offsets.rs | 370 pub fn runtime_post_return(&self, index: RuntimePostReturnIndex) -> u32 { in runtime_post_return() method
|
| /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() method 454 let ret = *self.vmctx_plus_offset::<VmPtr<_>>(self.offsets.runtime_post_return(idx)); in runtime_post_return() 565 let offset = self.offsets.runtime_post_return(idx); in set_runtime_post_return() 774 let offset = self.offsets.runtime_post_return(i); in initialize_vmctx()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | func.rs | 532 post_return.map(|i| instance.runtime_post_return(i)) in post_return_core_func()
|
| /wasmtime-44.0.1/crates/cranelift/src/compiler/ |
| H A D | component.rs | 1370 i32::try_from(self.offsets.runtime_post_return(idx)).unwrap(), in load_post_return()
|