Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dinst_predicates.rs207 let exdata = &f.stencil.dfg.exception_tables[*exception]; in visit_block_succs() localVariable
209 for dest in exdata.all_branches() { in visit_block_succs()
/wasmtime-44.0.1/cranelift/codegen/src/verifier/
H A Dmod.rs877 let exdata = &self.func.stencil.dfg.exception_tables[et]; in verify_exception_table() localVariable
881 self.verify_sig_ref(inst, exdata.signature(), errors)?; in verify_exception_table()
884 for block in exdata.all_branches() { in verify_exception_table()
1404 let exdata = &self.func.dfg.exception_tables[*exception]; in typecheck_variable_args() localVariable
1407 exdata.normal_return(), in typecheck_variable_args()
1411 for item in exdata.items() { in typecheck_variable_args()
1534 let exdata = &self.func.dfg.exception_tables[et]; in block_call_arg_ty() localVariable
1535 let sig = &self.func.dfg.signatures[exdata.signature()]; in block_call_arg_ty()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs602 let exdata = &exception_tables[exception]; in analyze_call() localVariable
603 CallInfo::DirectWithSig(func_ref, exdata.signature(), args.as_slice(pool)) in analyze_call()
610 let exdata = &exception_tables[exception]; in analyze_call() localVariable
611 CallInfo::Indirect(exdata.signature(), &args.as_slice(pool)[1..]) in analyze_call()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dlower.rs413 let exdata = &f.dfg.exception_tables[et]; in new() localVariable
414 let sig = &f.dfg.signatures[exdata.signature()]; in new()