Home
last modified time | relevance | path

Searched refs:map_stack_slot (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs1074 fn map_stack_slot(&mut self, stack_slot: StackSlot) -> StackSlot; in map_stack_slot() method
1129 fn map_stack_slot(&mut self, stack_slot: StackSlot) -> StackSlot { in map_stack_slot() function
1130 (**self).map_stack_slot(stack_slot) in map_stack_slot()
1351 fn map_stack_slot(&mut self, stack_slot: StackSlot) -> StackSlot { in instruction_data_map() method
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dinline.rs999 fn map_stack_slot(&mut self, stack_slot: ir::StackSlot) -> ir::StackSlot { in map_stack_slot() method