Trait cranelift_codegen::binemit::StackmapSink [−][src]
A trait for emitting stackmaps.
Required methods
fn add_stackmap(&mut self, _: CodeOffset, _: Stackmap)
[src]
Output a bitmap of the stack representing the live reference variables at this code offset.