Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/wasm/src/
H A Dcode_translator.rs373 let destination_types = builder.func.dfg.block_param_types(br_destination); in translate_operator() localVariable
376 &destination_types[..return_count], in translate_operator()
462 let destination_types = builder.func.dfg.block_param_types(real_dest_block); in translate_operator() localVariable
465 &destination_types[..return_count], in translate_operator()
1919 let destination_types = builder.func.dfg.block_param_types(br_destination); in translate_br_if() localVariable
1920 bitcast_arguments(inputs, &destination_types[..inputs.len()], builder); in translate_br_if()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-wasm/src/
H A Dcode_translator.rs369 let destination_types = builder.func.dfg.block_param_types(br_destination); in translate_operator() localVariable
372 &destination_types[..return_count], in translate_operator()
458 let destination_types = builder.func.dfg.block_param_types(real_dest_block); in translate_operator() localVariable
461 &destination_types[..return_count], in translate_operator()
1917 let destination_types = builder.func.dfg.block_param_types(br_destination); in translate_br_if() localVariable
1918 bitcast_arguments(inputs, &destination_types[..inputs.len()], builder); in translate_br_if()