Home
last modified time | relevance | path

Searched refs:append_user_stack_map_entry (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Ddfg.rs598 pub fn append_user_stack_map_entry(&mut self, inst: Inst, entry: UserStackMapEntry) { in append_user_stack_map_entry() method
615 self.append_user_stack_map_entry(inst, entry); in append_user_stack_map_entries()
/wasmtime-44.0.1/cranelift/frontend/src/frontend/
H A Dsafepoints.rs675 func.dfg.append_user_stack_map_entry( in rewrite_safepoint()
/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs2234 .append_user_stack_map_entry(inst, ir::UserStackMapEntry { ty, slot, offset }); in parse_instruction()