Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 48) sorted by relevance

12

/wasmtime-44.0.1/tests/all/
H A Ddebug.rs145 let stack = stack.parent(&mut caller)?; in stack_values_two_frames() localVariable
175 let stack = stack.parent(&mut caller)?; in stack_values_exceptions() localVariable
202 let stack = stack.parent(&mut caller)?; in stack_values_dead_gc_ref() localVariable
245 let stack = stack.parent(&mut caller)?; in gc_access_during_call() localVariable
291 let stack = exits[0].clone(); in stack_values_two_activations() localVariable
320 let stack = stack.parent(&mut caller)?; in stack_values_two_activations() localVariable
323 let stack = exits[1].clone(); in stack_values_two_activations() localVariable
351 let stack = stack.parent(&mut caller)?; in stack_values_two_activations() localVariable
632 let stack = stack.parent(&mut store).unwrap(); in uncaught_exception_events() localVariable
685 let stack = stack.parent(&mut store).unwrap(); in caught_exception_events() localVariable
[all …]
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dmod.rs17 mod stack; module
/wasmtime-44.0.1/winch/codegen/src/
H A Dlib.rs23 mod stack; module
H A Dstack.rs490 let mut stack = Stack::new(); in test_pop_i32_const() localVariable
500 let mut stack = Stack::new(); in test_pop_reg() localVariable
512 let mut stack = Stack::new(); in test_pop_named_reg() localVariable
/wasmtime-44.0.1/crates/wizer/src/component/
H A Dparse.rs34 let mut stack = Vec::new(); in parse_into() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dunix_stack_pool.rs126 let stack = wasmtime_fiber::FiberStack::from_raw_parts( in allocate() localVariable
294 let stack = pool.allocate().expect("allocation should succeed"); in test_stack_pool() localVariable
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_domtree.rs130 let mut stack = Vec::new(); in filecheck_text() localVariable
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Drecursion.rs49 let mut stack = Vec::from_iter(edges.keys().copied().map(Event::Enter)); in terms_in_cycles() localVariable
/wasmtime-44.0.1/crates/environ/src/graphs/
H A Ddfs.rs5 stack: Vec<DfsEvent<Node>>, field
/wasmtime-44.0.1/crates/fiber/src/
H A Dunix.rs93 let stack = MmapFiberStack::new(size)?; in new() localVariable
450 let stack = match stacks.iter().position(|i| needed_size <= i.mapping_len) { in new_fiber_stack() localVariable
457 let stack = AsanFiberStack { in new_fiber_stack() localVariable
492 let stack = unsafe { ManuallyDrop::take(&mut self.mmap) }; in drop() localVariable
H A Dlib.rs131 stack: Option<FiberStack>, field
228 pub fn stack(&self) -> &FiberStack { in stack() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstack.rs37 let stack = self.0.new_stack(size, zeroed)?; in new_stack() localVariable
H A Dprofiling.rs209 let stack = self in sample() localVariable
234 let stack = self in call_hook() localVariable
H A Dcoredump.rs293 let mut stack = wasm_encoder::CoreDumpStackSection::new(thread_name); in _serialize() localVariable
H A Ddebug.rs604 pub fn stack(&self, mut store: impl AsContextMut, index: u32) -> Result<Val> { in stack() method
718 stack: Vec<(FrameStateSlotOffset, FrameValType)>, field
734 let mut stack = frame_state_slot in compute() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dstack_switching.rs4 mod stack; module
210 pub stack: VMContinuationStack, field
259 let stack = VMContinuationStack::unallocated(); in empty() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Don_demand.rs187 let stack = match &self.stack_creator { in allocate_fiber_stack() localVariable
189 let stack = stack_creator.new_stack(self.stack_size, self.stack_zeroing)?; in allocate_fiber_stack() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dloop_analysis.rs218 let mut stack: Vec<Block> = Vec::new(); in discover_loop_blocks() localVariable
282 let mut stack: SmallVec<[Loop; 8]> = SmallVec::new(); in assign_loop_levels() localVariable
H A Dtraversals.rs38 stack: Vec<(Event, ir::Block)>, field
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/
H A Dinstructions.rs32 mod stack; module
/wasmtime-44.0.1/crates/wasmtime/src/
H A Druntime.rs123 pub(crate) mod stack; module
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dunit.rs24 stack: Vec<(isize, T)>, field
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmod.rs100 let stack = Stack::new(); in compile_function() localVariable
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmod.rs104 let stack = Stack::new(); in compile_function() localVariable
/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dcall.rs314 let stack = &context.stack; in assign() localVariable

12