Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dbounds_checks.rs180 let pointer_bit_width = u16::try_from(env.pointer_type().bits()).unwrap(); in bounds_check_field_access() localVariable
258 if pointer_bit_width < 64 && offset_and_size >= (1 << pointer_bit_width) { in bounds_check_field_access()