| /wasmtime-44.0.1/tests/ |
| H A D | wast.rs | 31 if config.collector != Collector::Auto { in main() 42 if config.collector == Collector::Auto && !ks.iter().any(|kw| name.contains(kw)) { in main() 76 Collector::Auto in main()
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | config.rs | 215 strategy: Strategy::Auto.not_auto(), in new() 2295 Some(Strategy::Auto) => unreachable!(), in compiler_panicking_wasm_features() 2480 Collector::Auto => unreachable!(), in validate() 2591 Collector::Auto => unreachable!(), in build_gc_runtime() 3132 Auto, enumerator 3148 Strategy::Auto => { in not_auto() 3204 Auto, enumerator 3241 Collector::Auto in default() 3249 Collector::Auto => { in not_auto() 3281 Some(Collector::Auto) => unreachable!(), in try_not_auto() [all …]
|
| /wasmtime-44.0.1/crates/test-util/src/ |
| H A D | wasmtime_wast.rs | 19 Collector::Auto => wasmtime::Collector::Auto, in apply_wast_config()
|
| H A D | wast.rs | 423 Auto, enumerator
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | pooling_config.rs | 115 memory_protection_keys: *u.choose(&[Enabled::Auto, Enabled::No])?, in arbitrary() 118 pagemap_scan: *u.choose(&[Enabled::Auto, Enabled::No])?, in arbitrary()
|
| H A D | config.rs | 78 if pooling.memory_protection_keys == Enabled::Auto in set_differential_config()
|
| /wasmtime-44.0.1/benches/ |
| H A D | compile.rs | 22 Strategy::Auto => "auto", in fmt()
|
| /wasmtime-44.0.1/crates/wasmtime/tests/ |
| H A D | engine_across_forks.rs | 54 pooling.pagemap_scan(Enabled::Auto); in pooling_allocator_reset()
|
| /wasmtime-44.0.1/crates/c-api/tests/ |
| H A D | config.cc | 56 config.strategy(Strategy::Auto); in TEST()
|
| /wasmtime-44.0.1/pulley/examples/ |
| H A D | profiler-html.rs | 121 let mut term = StandardStream::stdout(ColorChoice::Auto); in main()
|
| /wasmtime-44.0.1/crates/test-macros/src/ |
| H A D | wasmtime_test.rs | 274 collector: wasmtime_test_util::wast::Collector::Auto, in expand()
|
| /wasmtime-44.0.1/cranelift/isle/isle/src/ |
| H A D | error.rs | 175 let w = termcolor::BufferWriter::stderr(termcolor::ColorChoice::Auto); in emit()
|
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | opt.rs | 561 Some("auto") => Ok(wasmtime::Enabled::Auto), in parse() 570 wasmtime::Enabled::Auto => f.write_str("auto"), in display()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/ |
| H A D | metrics.rs | 203 pool.pagemap_scan(Enabled::Auto); in unused_memories_tables_and_more()
|
| H A D | memory_pool.rs | 186 Enabled::Auto => { in new()
|
| /wasmtime-44.0.1/crates/c-api/include/wasmtime/ |
| H A D | config.hh | 19 Auto = WASMTIME_STRATEGY_AUTO, enumerator
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | isle-integration.md | 55 * `target/.../out/clif_lower.isle`: Auto-generated declarations and helpers 59 * `target/.../out/clif_opt.isle`: Auto-generated declarations and helpers for
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-code-review.md | 44 ## Auto-assigned reviewers
|
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | config.rs | 166 WASMTIME_STRATEGY_AUTO => Strategy::Auto, in wasmtime_config_strategy_set()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/ |
| H A D | pooling.rs | 394 Enabled::Auto => PageMap::new(), in new()
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | objdump.rs | 116 if choice == ColorChoice::Auto && !std::io::stdout().is_terminal() { in execute()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | inst.isle | 307 ;; Auto-conversion from `G32` to `AddrG32`. 316 ;; Auto-conversion from `G32Bne` to `AddrG32Bne`.
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | traps.rs | 1353 pool.memory_protection_keys(Enabled::Auto); in wasm_fault_address_reported_from_mpk_protected_memory()
|