Searched refs:stack_switching (Results 1 – 14 of 14) sorted by relevance
| /wasmtime-44.0.1/crates/test-util/src/ |
| H A D | wasmtime_wast.rs | 53 stack_switching, in apply_test_config() 84 let stack_switching = stack_switching.unwrap_or(false); in apply_test_config() localVariable 95 let exceptions = stack_switching || exceptions.unwrap_or(false); in apply_test_config() 124 .wasm_stack_switching(stack_switching) in apply_test_config()
|
| H A D | wast.rs | 279 stack_switching 383 || config.stack_switching() in should_fail() 400 config.threads() || config.legacy_exceptions() || config.stack_switching() in should_fail()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | lib.rs | 39 mod stack_switching; module 61 pub use crate::stack_switching::*;
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/ |
| H A D | backtrace.rs | 26 use crate::runtime::vm::stack_switching::VMStackChain; 32 use crate::vm::stack_switching::{VMContRef, VMStackState}; 309 use crate::runtime::vm::stack_switching::{VMContRef, VMStackLimits}; in trace_through_continuations()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/stack/ |
| H A D | dummy.rs | 4 use crate::runtime::vm::stack_switching::VMHostArray;
|
| H A D | unix.rs | 66 use crate::runtime::vm::stack_switching::VMHostArray;
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/ |
| H A D | stack.rs | 7 use crate::runtime::vm::stack_switching::VMHostArray;
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | vm.rs | 67 mod stack_switching; module 116 pub use crate::runtime::vm::stack_switching::*;
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | func_environ.rs | 2 pub(crate) mod stack_switching; module 2431 stack_switching::builtins::table_grow_cont_obj(self, pos.func)? in translate_table_grow() 2472 stack_switching::fatpointer::fatpointer_type(self), in translate_table_get() 2560 stack_switching::fatpointer::deconstruct(self, &mut pos, val); in translate_table_fill() 2562 stack_switching::builtins::table_fill_cont_obj(self, &mut pos.func)? in translate_table_fill() 2923 stack_switching::fatpointer::construct(self, &mut pos, zero, zero) in translate_ref_null() 2943 stack_switching::fatpointer::deconstruct(self, &mut pos, value); in translate_ref_is_null() 3735 stack_switching::instructions::translate_cont_new( in translate_cont_new() 3752 stack_switching::instructions::translate_resume( in translate_resume() 3769 stack_switching::instructions::translate_suspend( in translate_suspend() [all …]
|
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | lib.rs | 415 pub stack_switching: Option<bool>, 1124 if let Some(enable) = self.wasm.stack_switching { in enable_wasm_features() 1164 ("stack-switching", stack_switching, wasm_stack_switching) in enable_wasm_features()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | libcalls.rs | 58 use super::stack_switching::VMContObj; 1731 crate::vm::stack_switching::cont_new(store, instance, func, param_count, result_count)?; in cont_new()
|
| H A D | table.rs | 7 use crate::runtime::vm::stack_switching::VMContObj;
|
| H A D | vmcontext.rs | 10 use crate::vm::stack_switching::VMStackChain;
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | config.rs | 154 stack_switching: _, in make_wast_test_compliant()
|