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

Method bits

cranelift/interpreter/src/address.rs:46–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

44
45impl AddressSize {
46 pub fn bits(&self) -> u64 {
47 match self {
48 AddressSize::_64 => 64,
49 AddressSize::_32 => 32,
50 }
51 }
52}
53
54impl TryFrom<Type> for AddressSize {

Callers 6

convertMethod · 0.45
sdivMethod · 0.45
sremMethod · 0.45
stepFunction · 0.45
offset_bitsMethod · 0.45
try_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected