Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs218 let fiber_stack_top_of_stack_ptr = builder.ins().iadd_imm(self.address, offset); in get_fiber_stack() localVariable
219 VMContinuationStack::new(fiber_stack_top_of_stack_ptr) in get_fiber_stack()