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

Method pointer_width

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

Get the width of pointers on this ISA.

(&self)

Source from the content-addressed store, hash-verified

466
467 /// Get the width of pointers on this ISA.
468 pub(crate) fn pointer_width(&self) -> PointerWidth {
469 self.triple().pointer_width().unwrap()
470 }
471
472 /// Get the width of pointers on this ISA, in units of bits.
473 pub fn pointer_bits(&self) -> u8 {

Callers 14

is_isa_compatibleFunction · 0.45
generate_funcrefsMethod · 0.45
define_dataMethod · 0.45
triple_pointer_typeMethod · 0.45
pointer_bitsMethod · 0.45
pointer_bytesMethod · 0.45
frontend_configMethod · 0.45
verify_is_addressMethod · 0.45
finishMethod · 0.45
define_dataMethod · 0.45
pointer_bytesMethod · 0.45
newMethod · 0.45

Calls 2

unwrapMethod · 0.45
tripleMethod · 0.45

Tested by 1

is_isa_compatibleFunction · 0.36