Home
last modified time | relevance | path

Searched refs:vmhostarray_length (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dstack_switching.rs614 usize::from(offsets.ptr.vmhostarray_length()) in check_vm_array_offsets()
/wasmtime-44.0.1/crates/environ/src/
H A Dvmoffsets.rs310 fn vmhostarray_length(&self) -> u8 { in vmhostarray_length() method
/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs261 let offset = env.offsets.ptr.vmhostarray_length().into(); in get_length()
272 let offset = env.offsets.ptr.vmhostarray_length().into(); in set_length()