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

Method field

cranelift/codegen/src/ir/dfg.rs:756–758  ·  view source on GitHub ↗
(self, shift: u8, bits: u8)

Source from the content-addressed store, hash-verified

754
755 #[inline(always)]
756 fn field(self, shift: u8, bits: u8) -> u16 {
757 (self.flags_and_type >> shift) & ((1 << bits) - 1)
758 }
759
760 #[inline(always)]
761 fn ty(self) -> Type {

Callers 14

fmtMethod · 0.45
fmt_blockMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
tyMethod · 0.45
fromMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected