MCPcopy Create free account
hub / github.com/eigenform/perfect / offset

Method offset

perfect/src/asm.rs:424–426  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

422// backing memory.
423impl DynasmApi for X64AssemblerFixed {
424 fn offset(&self) -> AssemblyOffset {
425 AssemblyOffset(self.ops.len())
426 }
427
428 fn push(&mut self, byte: u8) {
429 if (self.ops.len() + 1) > self.len {

Callers 11

commitMethod · 0.45
disasMethod · 0.45
alignMethod · 0.45
local_labelMethod · 0.45
global_labelMethod · 0.45
dynamic_labelMethod · 0.45
global_relocationMethod · 0.45
dynamic_relocationMethod · 0.45
forward_relocationMethod · 0.45
backward_relocationMethod · 0.45
bare_relocationMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected