Home
last modified time | relevance | path

Searched defs:pointer_bytes (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dmod.rs276 pub fn pointer_bytes(self) -> u8 { in pointer_bytes() method
478 pub fn pointer_bytes(&self) -> u8 { in pointer_bytes() method
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmod.rs92 let pointer_bytes = self.pointer_bytes(); in compile_function() localVariable
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmod.rs95 let pointer_bytes = self.pointer_bytes(); in compile_function() localVariable
/wasmtime-44.0.1/winch/codegen/src/isa/
H A Dmod.rs219 fn pointer_bytes(&self) -> u8 { in pointer_bytes() method