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