Home
last modified time | relevance | path

Searched defs:stack_map (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dlib.rs38 mod stack_map; module
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/
H A Demit.rs413 let stack_map = state.take_stack_map(); in emit() localVariable
497 let stack_map = state.take_stack_map(); in emit() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dvcode.rs599 let stack_map = ir::UserStackMap::new(entries, self.vcode.abi.sized_stackslot_offsets()); in add_user_stack_map() localVariable