Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/wasm/src/
H A Dcode_translator.rs453 let real_dest_block = { in translate_operator() localVariable
462 let destination_types = builder.func.dfg.block_param_types(real_dest_block); in translate_operator()
469 builder.ins().jump(real_dest_block, destination_args); in translate_operator()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-wasm/src/
H A Dcode_translator.rs449 let real_dest_block = { in translate_operator() localVariable
458 let destination_types = builder.func.dfg.block_param_types(real_dest_block); in translate_operator()
465 builder.ins().jump(real_dest_block, destination_args); in translate_operator()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-wasm/src/
H A Dcode_translator.rs513 let real_dest_block = { in translate_operator() localVariable
520 canonicalise_then_jump(builder, real_dest_block, destination_args); in translate_operator()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-wasm/src/
H A Dcode_translator.rs513 let real_dest_block = { in translate_operator() localVariable
520 canonicalise_then_jump(builder, real_dest_block, destination_args); in translate_operator()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-wasm/src/
H A Dcode_translator.rs513 let real_dest_block = { in translate_operator() localVariable
520 canonicalise_then_jump(builder, real_dest_block, destination_args); in translate_operator()