Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Ddecommit_queue.rs155 pub unsafe fn push_stack(&mut self, stack: FiberStack, bytes_resident: usize) { in push_stack() method
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dframe_table.rs104 pub fn push_stack( in push_stack() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs856 queue.push_stack(stack, bytes_resident); in deallocate_fiber_stack()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs1202 b.push_stack(parent_shape, FrameValType::from(wasm_ty)); in update_state_slot_stack()