Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/jit/src/memory/
H A Dmod.rs12 pub enum BranchProtection { enum
36 fn finalize(&mut self, branch_protection: BranchProtection) -> ModuleResult<()>; in finalize()
48 branch_protection: BranchProtection, in set_readable_and_executable() argument
68 if branch_protection == BranchProtection::BTI { in set_readable_and_executable()
H A Darena.rs7 use super::{BranchProtection, JITMemoryKind, JITMemoryProvider};
48 fn finalize(&mut self, branch_protection: BranchProtection) { in finalize() argument
187 pub(crate) fn finalize(&mut self, branch_protection: BranchProtection) { in finalize() argument
240 fn finalize(&mut self, branch_protection: BranchProtection) -> ModuleResult<()> { in finalize()
276 arena.finalize(BranchProtection::None); in large_virtual_allocation()
H A Dsystem.rs12 use super::{BranchProtection, JITMemoryKind, JITMemoryProvider};
169 branch_protection: BranchProtection, in set_readable_and_executable() argument
260 fn finalize(&mut self, branch_protection: BranchProtection) -> ModuleResult<()> { in finalize()
/wasmtime-44.0.1/cranelift/jit/src/
H A Dlib.rs15 ArenaMemoryProvider, BranchProtection, JITMemoryProvider, SystemMemoryProvider,
H A Dbackend.rs5 memory::{BranchProtection, JITMemoryKind, JITMemoryProvider, SystemMemoryProvider},
342 BranchProtection::BTI in finalize_definitions()
344 BranchProtection::None in finalize_definitions()