Home
last modified time | relevance | path

Searched refs:emit_debug_checks (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Dbuilder.rs21 emit_debug_checks: bool, field
49 emit_debug_checks: false, in builder()
100 self.emit_debug_checks = true; in set()
131 self.emit_debug_checks, in build()
H A Dcompiler.rs83 emit_debug_checks: bool, field
124 emit_debug_checks: bool, in new()
134 emit_debug_checks, in new()
1277 if !self.emit_debug_checks { in debug_assert_enough_capacity_for_length()
1294 if !self.emit_debug_checks { in debug_assert_vmctx_kind()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1264 if self.compiler.emit_debug_checks { in translate_resource_drop()