Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dbounds_checks.rs187 let can_use_virtual_memory = heap in bounds_check_field_access() localVariable
189 .can_use_virtual_memory(env.tunables(), host_page_size_log2) in bounds_check_field_access()
307 can_use_virtual_memory, in bounds_check_field_access()
349 if can_use_virtual_memory in bounds_check_field_access()
426 if can_use_virtual_memory && offset_and_size <= memory_guard_size { in bounds_check_field_access()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcow.rs464 || ty.can_use_virtual_memory(tunables, host_page_size_log2)) in instantiate()
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2254 pub fn can_use_virtual_memory(&self, tunables: &Tunables, host_page_size_log2: u8) -> bool { in can_use_virtual_memory() method
2278 self.can_use_virtual_memory(tunables, host_page_size_log2) in can_elide_bounds_check()