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

Method take_user_stack_map_entries

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

Take the stack map entries for a given instruction, leaving the instruction without stack maps.

(
        &mut self,
        inst: Inst,
    )

Source from the content-addressed store, hash-verified

636 /// Take the stack map entries for a given instruction, leaving the
637 /// instruction without stack maps.
638 pub(crate) fn take_user_stack_map_entries(
639 &mut self,
640 inst: Inst,
641 ) -> Option<UserStackMapEntryVec> {
642 self.user_stack_maps.remove(&inst)
643 }
644}
645
646/// Where did a value come from?

Callers 1

replace_call_with_jumpFunction · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected