Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/stack/
H A Dunix.rs242 let args_ref = &mut *args; in initialize() localVariable
245 debug_assert_eq!(args_ref.capacity, 0); in initialize()
246 debug_assert_eq!(args_ref.length, 0); in initialize()
256 args_ref.capacity = args_capacity; in initialize()
257 args_ref.data = args_data_ptr.cast::<ValRaw>(); in initialize()