Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs330 open_patchable: bool, field
503 open_patchable: false, in new()
589 assert!(!self.open_patchable, "Patchable regions may not be nested"); in start_patchable()
590 self.open_patchable = true; in start_patchable()
600 self.open_patchable = false; in end_patchable()
801 !self.open_patchable, in add_uncond_branch()
836 !self.open_patchable, in add_cond_branch()
866 !self.open_patchable, in truncate_last_branch()