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

Method bytes

cranelift/codegen/src/isa/pulley_shared/mod.rs:59–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 }
58
59 pub fn bytes(self) -> u8 {
60 self.bits() / 8
61 }
62}
63
64/// A Pulley backend.

Callers 15

pointer_bytesMethod · 0.45
reverse_stackFunction · 0.45
compute_arg_locsMethod · 0.45
gen_clobber_saveMethod · 0.45
gen_clobber_restoreMethod · 0.45
loadMethod · 0.45
pretty_printMethod · 0.45
rc_for_typeMethod · 0.45
from_tyMethod · 0.45
gen_clobber_saveMethod · 0.45
gen_clobber_restoreMethod · 0.45
emit_uncompressedMethod · 0.45

Calls 1

bitsMethod · 0.45

Tested by

no test coverage detected