Home
last modified time | relevance | path

Searched defs:Stack (Results 1 – 11 of 11) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/
H A Dsignals.rs493 struct Stack { in lazy_per_thread_init() struct
494 mmap_ptr: *mut libc::c_void, in lazy_per_thread_init()
495 mmap_size: usize, in lazy_per_thread_init()
563 impl Drop for Stack { in lazy_per_thread_init() implementation
/wasmtime-44.0.1/winch/codegen/src/
H A Dstack.rs317 pub(crate) struct Stack { struct
322 impl Stack { implementation
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Daddress.rs69 Stack, enumerator
/wasmtime-44.0.1/crates/environ/src/fact/
H A Dtrampoline.rs366 Stack(Stack<'a>), enumerator
390 Stack(&'a [ValType], &'a Options), enumerator
406 struct Stack<'a> { struct
412 locals: &'a [(u32, ValType)],
414 opts: &'a Options,
4354 impl<'a> Stack<'a> { implementation
/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dcontext.rs115 stack: Stack, in new()
835 stack: &mut Stack, in spill_impl()
/wasmtime-44.0.1/winch/codegen/src/abi/
H A Dmod.rs167 Stack { enumerator
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Dgc_runtime.rs571 Stack(SendSyncPtr<u32>), enumerator
/wasmtime-44.0.1/crates/environ/src/
H A Dfact.rs232 Stack, enumerator
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs156 Stack { enumerator
2463 Stack(StackAMode, Type), enumerator
/wasmtime-44.0.1/pulley/src/
H A Dinterp.rs759 struct Stack { struct
763 /// Helper type used with `Stack` above. argument
772 impl Stack { impl
776 fn new(size: usize) -> Result<Stack, OutOfMemory> { in new()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs2400 Stack { result_count: u32 }, in prepare_call() enumerator