Lines Matching refs:stack
4 mod stack; module
8 pub use stack::*;
210 pub stack: VMContinuationStack, field
238 &self.stack in fiber_stack()
242 core::mem::replace(&mut self.stack, VMContinuationStack::unallocated()) in detach_stack()
259 let stack = VMContinuationStack::unallocated(); in empty() localVariable
269 stack, in empty()
314 let tsp = contref.stack.top().unwrap(); in cont_new()
324 contref.stack.initialize( in cont_new()
334 let stack_pointer = contref.stack.control_context_stack_pointer(); in cont_new()
669 offset_of!(VMContRef, stack), in check_vm_contref_offsets()