Searched refs:VMHostArray (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | stack_switching.rs | 153 pub struct VMHostArray<T> { struct 163 impl<T> VMHostArray<T> { implementation 182 pub type VMPayloads = VMHostArray<u128>; 187 pub type VMHandlerList = VMHostArray<*mut u8>; 322 let contref_args_ptr = &mut contref.args as *mut _ as *mut VMHostArray<crate::ValRaw>; in cont_new() 609 size_of::<VMHostArray<()>>(), in check_vm_array_offsets() 613 offset_of!(VMHostArray<()>, length), in check_vm_array_offsets() 617 offset_of!(VMHostArray<()>, capacity), in check_vm_array_offsets() 621 offset_of!(VMHostArray<()>, data), in check_vm_array_offsets()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/stack/ |
| H A D | dummy.rs | 4 use crate::runtime::vm::stack_switching::VMHostArray; 62 _args: *mut VMHostArray<ValRaw>, in initialize()
|
| H A D | unix.rs | 66 use crate::runtime::vm::stack_switching::VMHostArray; 230 args: *mut VMHostArray<ValRaw>, in initialize() 301 args: *mut VMHostArray<ValRaw>, in fiber_start()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/ |
| H A D | stack.rs | 7 use crate::runtime::vm::stack_switching::VMHostArray; 105 args: *mut VMHostArray<ValRaw>, in initialize()
|