Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dbounds_checks.rs350 && heap.memory.minimum_byte_size().unwrap_or(u64::MAX) <= memory_reservation in bounds_check_field_access()
448 if offset_and_size <= heap.memory.minimum_byte_size().unwrap_or(u64::MAX) { in bounds_check_field_access()
678 Some(final_addr <= heap.memory.minimum_byte_size().unwrap_or(u64::MAX)) in statically_in_bounds()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dmemory_pool.rs323 let min = memory.minimum_byte_size().with_context(|| { in validate_memory()
407 .minimum_byte_size() in allocate()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dmemory.rs321 .minimum_byte_size() in limit_new()
H A Dcow.rs207 .minimum_byte_size() in new()
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2181 pub fn minimum_byte_size(&self) -> Result<u64, SizeOverflow> { in minimum_byte_size() method
2206 let min = self.minimum_byte_size()?; in maximum_byte_size()
2287 let min = self.minimum_byte_size().ok()?; in static_heap_size()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs1029 self.module.memories[memory_index].minimum_byte_size() in try_static_init()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtypes.rs3265 .minimum_byte_size() in validate()