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

Method user_stack_map_entries

cranelift/codegen/src/ir/dfg.rs:606–608  ·  view source on GitHub ↗

Get the stack map entries associated with the given instruction.

(&self, inst: Inst)

Source from the content-addressed store, hash-verified

604
605 /// Get the stack map entries associated with the given instruction.
606 pub fn user_stack_map_entries(&self, inst: Inst) -> Option<&[UserStackMapEntry]> {
607 self.user_stack_maps.get(&inst).map(|es| &**es)
608 }
609
610 /// Append a new stack map entry for the given call instruction.
611 ///

Callers 4

append_stack_map_entriesFunction · 0.80
lower_clif_blockMethod · 0.80
lowerMethod · 0.80

Calls 2

mapMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected