MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / pointer_bytes

Method pointer_bytes

cranelift/codegen/src/isa/mod.rs:276–278  ·  view source on GitHub ↗

Get the width of pointers on this target, in units of bytes.

(self)

Source from the content-addressed store, hash-verified

274
275 /// Get the width of pointers on this target, in units of bytes.
276 pub fn pointer_bytes(self) -> u8 {
277 self.pointer_width.bytes()
278 }
279}
280
281/// Methods that are specialized to a target ISA.

Callers 13

runMethod · 0.45
compile_trampolineMethod · 0.45
call_builtinMethod · 0.45
newMethod · 0.45
newMethod · 0.45
compile_intrinsicMethod · 0.45
fmtMethod · 0.45
transform_dwarfFunction · 0.45

Calls 2

bytesMethod · 0.45
pointer_widthMethod · 0.45

Tested by 1

runMethod · 0.36