Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs53 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 Dwast.rs279 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 Dlib.rs39 mod stack_switching; module
61 pub use crate::stack_switching::*;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/
H A Dbacktrace.rs26 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 Ddummy.rs4 use crate::runtime::vm::stack_switching::VMHostArray;
H A Dunix.rs66 use crate::runtime::vm::stack_switching::VMHostArray;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/
H A Dstack.rs7 use crate::runtime::vm::stack_switching::VMHostArray;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dvm.rs67 mod stack_switching; module
116 pub use crate::runtime::vm::stack_switching::*;
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs2 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 Dlib.rs415 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 Dlibcalls.rs58 use super::stack_switching::VMContObj;
1731 crate::vm::stack_switching::cont_new(store, instance, func, param_count, result_count)?; in cont_new()
H A Dtable.rs7 use crate::runtime::vm::stack_switching::VMContObj;
H A Dvmcontext.rs10 use crate::vm::stack_switching::VMStackChain;
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dconfig.rs154 stack_switching: _, in make_wast_test_compliant()