Searched defs:UserStackMap (Results 1 – 10 of 10) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | user_stack_maps.rs | 130 pub struct UserStackMap { struct 142 impl UserStackMap { argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/ |
| H A D | emit_state.rs | 30 fn pre_safepoint(&mut self, user_stack_map: Option<ir::UserStackMap>) { in pre_safepoint() 48 pub(crate) fn take_stack_map(&mut self) -> Option<ir::UserStackMap> { in take_stack_map()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/ |
| H A D | emit.rs | 53 fn take_stack_map(&mut self) -> Option<ir::UserStackMap> { in take_stack_map() 71 fn pre_safepoint(&mut self, user_stack_map: Option<ir::UserStackMap>) { in pre_safepoint()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | emit.rs | 65 fn take_stack_map(&mut self) -> Option<ir::UserStackMap> { in take_stack_map() 87 fn pre_safepoint(&mut self, user_stack_map: Option<ir::UserStackMap>) { in pre_safepoint()
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | mod.rs | 368 fn pre_safepoint(&mut self, user_stack_map: Option<ir::UserStackMap>); in pre_safepoint()
|
| H A D | buffer.rs | 1795 mut stack_map: ir::UserStackMap, in push_user_stack_map() 1918 pub fn user_stack_maps(&self) -> &[(CodeOffset, u32, ir::UserStackMap)] { in user_stack_maps()
|
| H A D | vcode.rs | 1513 pub fn get_user_stack_map(&self, inst: InsnIndex) -> Option<&ir::UserStackMap> { in get_user_stack_map()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | emit.rs | 687 fn pre_safepoint(&mut self, user_stack_map: Option<ir::UserStackMap>) { in pre_safepoint() 705 fn take_stack_map(&mut self) -> Option<ir::UserStackMap> { in take_stack_map()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/ |
| H A D | emit.rs | 1427 fn pre_safepoint(&mut self, user_stack_map: Option<ir::UserStackMap>) { in pre_safepoint() 1445 fn take_stack_map(&mut self) -> Option<ir::UserStackMap> { in take_stack_map()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 1581 clif_stack_maps: &[(CodeOffset, u32, ir::UserStackMap)], in clif_to_env_stack_maps()
|