Trait cranelift_codegen::binemit::StackMapSink [−][src]
pub trait StackMapSink {
fn add_stack_map(&mut self, _: CodeOffset, _: StackMap);
}
Expand description
A trait for emitting stack maps.
Required methods
fn add_stack_map(&mut self, _: CodeOffset, _: StackMap)
fn add_stack_map(&mut self, _: CodeOffset, _: StackMap)
Output a bitmap of the stack representing the live reference variables at this code offset.