| /wasmtime-44.0.1/tests/all/ |
| H A D | debug.rs | 145 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 D | mod.rs | 17 mod stack; module
|
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | lib.rs | 23 mod stack; module
|
| H A D | stack.rs | 490 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 D | parse.rs | 34 let mut stack = Vec::new(); in parse_into() localVariable
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/ |
| H A D | unix_stack_pool.rs | 126 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 D | test_domtree.rs | 130 let mut stack = Vec::new(); in filecheck_text() localVariable
|
| /wasmtime-44.0.1/cranelift/isle/isle/src/ |
| H A D | recursion.rs | 49 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 D | dfs.rs | 5 stack: Vec<DfsEvent<Node>>, field
|
| /wasmtime-44.0.1/crates/fiber/src/ |
| H A D | unix.rs | 93 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 D | lib.rs | 131 stack: Option<FiberStack>, field 228 pub fn stack(&self) -> &FiberStack { in stack() method
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | stack.rs | 37 let stack = self.0.new_stack(size, zeroed)?; in new_stack() localVariable
|
| H A D | profiling.rs | 209 let stack = self in sample() localVariable 234 let stack = self in call_hook() localVariable
|
| H A D | coredump.rs | 293 let mut stack = wasm_encoder::CoreDumpStackSection::new(thread_name); in _serialize() localVariable
|
| H A D | debug.rs | 604 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 D | stack_switching.rs | 4 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 D | on_demand.rs | 187 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 D | loop_analysis.rs | 218 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 D | traversals.rs | 38 stack: Vec<(Event, ir::Block)>, field
|
| /wasmtime-44.0.1/cranelift/assembler-x64/meta/src/ |
| H A D | instructions.rs | 32 mod stack; module
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | runtime.rs | 123 pub(crate) mod stack; module
|
| /wasmtime-44.0.1/crates/cranelift/src/debug/transform/ |
| H A D | unit.rs | 24 stack: Vec<(isize, T)>, field
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | mod.rs | 100 let stack = Stack::new(); in compile_function() localVariable
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | mod.rs | 104 let stack = Stack::new(); in compile_function() localVariable
|
| /wasmtime-44.0.1/winch/codegen/src/codegen/ |
| H A D | call.rs | 314 let stack = &context.stack; in assign() localVariable
|