Home
last modified time | relevance | path

Searched defs:push_stack (Results 1 – 2 of 2) 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