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

Method deadline

cranelift/codegen/src/machinst/buffer.rs:2109–2111  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2107
2108impl<I: VCodeInst> MachLabelFixup<I> {
2109 fn deadline(&self) -> CodeOffset {
2110 self.offset.saturating_add(self.kind.max_pos_range())
2111 }
2112}
2113
2114impl<I: VCodeInst> PartialEq for MachLabelFixup<I> {

Callers 6

use_label_at_offsetMethod · 0.80
island_neededMethod · 0.80
should_apply_fixupMethod · 0.80
eqMethod · 0.80
cmpMethod · 0.80
pollMethod · 0.80

Calls 1

max_pos_rangeMethod · 0.45

Tested by

no test coverage detected