Searched refs:BranchProtection (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/cranelift/jit/src/memory/ |
| H A D | mod.rs | 12 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 D | arena.rs | 7 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 D | system.rs | 12 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 D | lib.rs | 15 ArenaMemoryProvider, BranchProtection, JITMemoryProvider, SystemMemoryProvider,
|
| H A D | backend.rs | 5 memory::{BranchProtection, JITMemoryKind, JITMemoryProvider, SystemMemoryProvider}, 342 BranchProtection::BTI in finalize_definitions() 344 BranchProtection::None in finalize_definitions()
|