Home
last modified time | relevance | path

Searched refs:sig_ref (Results 26 – 50 of 83) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs681 sig_ref, ref args, .. in verify_entity_references()
683 self.verify_sig_ref(inst, sig_ref, errors)?; in verify_entity_references()
1368 let sig_ref = self.func.dfg.ext_funcs[func_ref].signature; in typecheck_variable_args() localVariable
1369 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1374 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1376 CallInfo::Indirect(sig_ref, _) => { in typecheck_variable_args()
1377 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1382 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1440 sig_ref: SigRef, in check_outgoing_args()
1443 let sig = &self.func.dfg.signatures[sig_ref]; in check_outgoing_args()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/src/
H A Dbugpoint.rs503 if let InstructionData::CallIndirect { sig_ref, .. } = func.dfg[inst] { in mutate()
505 .entry(sig_ref) in mutate()
520 for (sig_ref, sig_data) in func.dfg.signatures.clone().into_iter() { in mutate()
521 if let Some(sig_ref_usage) = signatures_usage_map.get(&sig_ref) { in mutate()
528 ref mut sig_ref, .. in mutate()
530 *sig_ref = new_sig_ref; in mutate()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/serde/src/
H A Dserde_clif_json.rs154 sig_ref: String,
549 sig_ref, in get_inst_data()
559 sig_ref: sig_ref.to_string(), in get_inst_data()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/driver/
H A Djit.rs357 let sig_ref = trampoline_builder.func.import_signature(sig); in codegen_shim() localVariable
368 let call_inst = trampoline_builder.ins().call_indirect(sig_ref, jitted_fn, &fn_args); in codegen_shim()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dinstructions.rs269 sig_ref, ref args, .. in analyze_call()
270 } => CallInfo::Indirect(sig_ref, &args.as_slice(pool)[1..]), in analyze_call()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs269 sig_ref, ref args, .. in analyze_call()
270 } => CallInfo::Indirect(sig_ref, &args.as_slice(pool)[1..]), in analyze_call()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dinstructions.rs291 sig_ref, ref args, .. in analyze_call()
292 } => CallInfo::Indirect(sig_ref, &args.as_slice(pool)[1..]), in analyze_call()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-wasm-0.44.0/src/environ/
H A Ddummy.rs297 sig_ref: ir::SigRef, in translate_call_indirect()
329 .CallIndirect(ir::Opcode::CallIndirect, INVALID, sig_ref, args) in translate_call_indirect()
H A Dspec.rs218 sig_ref: ir::SigRef, in translate_call_indirect()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/
H A Dfunc_environ.rs951 sig_ref: ir::SigRef, in translate_call_indirect()
1017 Ok(pos.ins().call_indirect(sig_ref, func_addr, &real_call_args)) in translate_call_indirect()
1048 let sig_ref = pos.func.dfg.ext_funcs[callee].signature; in translate_call() localVariable
1069 Ok(pos.ins().call_indirect(sig_ref, func_addr, &real_call_args)) in translate_call()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucetc/src/
H A Dfunction.rs362 sig_ref: ir::SigRef, in translate_call_indirect()
409 Ok(pos.ins().call_indirect(sig_ref, table_entry_fptr, &args)) in translate_call_indirect()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/shared/
H A Dformats.rs125 .imm(&entities.sig_ref) in define()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/wasm/src/environ/
H A Ddummy.rs307 sig_ref: ir::SigRef, in translate_call_indirect()
339 .CallIndirect(ir::Opcode::CallIndirect, INVALID, sig_ref, args) in translate_call_indirect()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs407 sig_ref, ref args, .. in analyze_call()
408 } => CallInfo::Indirect(sig_ref, &args.as_slice(pool)[1..]), in analyze_call()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs407 sig_ref, ref args, .. in analyze_call()
408 } => CallInfo::Indirect(sig_ref, &args.as_slice(pool)[1..]), in analyze_call()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dinstructions.rs423 sig_ref, ref args, .. in analyze_call()
424 } => CallInfo::Indirect(sig_ref, &args.as_slice(pool)[1..]), in analyze_call()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs407 sig_ref, ref args, .. in analyze_call()
408 } => CallInfo::Indirect(sig_ref, &args.as_slice(pool)[1..]), in analyze_call()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-wasm/src/environ/
H A Ddummy.rs306 sig_ref: ir::SigRef, in translate_call_indirect()
338 .CallIndirect(ir::Opcode::CallIndirect, INVALID, sig_ref, args) in translate_call_indirect()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/abi/
H A Dmod.rs480 let sig_ref = fx.bcx.func.dfg.call_signature(call_inst).unwrap(); in codegen_terminator_call() localVariable
494 fx.bcx.func.dfg.signatures[sig_ref].params = abi_params; in codegen_terminator_call()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dlower.rs668 &InstructionData::CallIndirect { sig_ref, .. } => Some(&self.f.dfg.signatures[sig_ref]), in call_sig()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/shared/
H A Dformats.rs198 .imm(&entities.sig_ref) in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dformats.rs201 .imm(&entities.sig_ref) in new()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-wasm/src/environ/
H A Ddummy.rs405 sig_ref: ir::SigRef, in translate_call_indirect()
437 .CallIndirect(ir::Opcode::CallIndirect, INVALID, sig_ref, args) in translate_call_indirect()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-wasm/src/environ/
H A Ddummy.rs405 sig_ref: ir::SigRef, in translate_call_indirect()
437 .CallIndirect(ir::Opcode::CallIndirect, INVALID, sig_ref, args) in translate_call_indirect()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-wasm/src/environ/
H A Ddummy.rs405 sig_ref: ir::SigRef, in translate_call_indirect()
437 .CallIndirect(ir::Opcode::CallIndirect, INVALID, sig_ref, args) in translate_call_indirect()

1234