Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs1310 struct TestMapper; in instruction_data_map() struct
1312 impl InstructionMapper for TestMapper { in instruction_data_map() implementation
1372 let map = |inst: InstructionData| inst.map(TestMapper); in instruction_data_map()