Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dtunables.rs117 pub debug_adapter_modules: bool,
221 debug_adapter_modules: false, in default_miri()
/wasmtime-44.0.1/crates/environ/fuzz/fuzz_targets/
H A Dfact-valid-module.rs58 tunables.debug_adapter_modules = u.arbitrary()?; in target()
/wasmtime-44.0.1/tests/all/component_model/
H A Dstrings.rs90 config.debug_adapter_modules(debug); in roundtrip()
/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Dcomponent_api.rs193 .debug_adapter_modules(input.arbitrary()?), in store()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs2764 pub fn debug_adapter_modules(&mut self, debug: bool) -> &mut Self { in debug_adapter_modules() method
2765 self.tunables.debug_adapter_modules = Some(debug); in debug_adapter_modules()
/wasmtime-44.0.1/crates/wasmtime/src/engine/
H A Dserialization.rs329 debug_adapter_modules: _, in check_tunables()
/wasmtime-44.0.1/crates/environ/src/fact/
H A Dtrampoline.rs2024 if self.module.tunables.debug_adapter_modules { in string_deflate_to_utf8()
2051 if self.module.tunables.debug_adapter_modules { in string_deflate_to_utf8()
2223 if self.module.tunables.debug_adapter_modules { in string_compact_utf16_to_compact()
3730 if !self.module.tunables.debug_adapter_modules { in assert_aligned()
3920 if !self.module.tunables.debug_adapter_modules { in assert_i64_upper_bits_not_set()