Searched refs:exdata (Results 1 – 4 of 4) sorted by relevance
207 let exdata = &f.stencil.dfg.exception_tables[*exception]; in visit_block_succs() localVariable209 for dest in exdata.all_branches() { in visit_block_succs()
877 let exdata = &self.func.stencil.dfg.exception_tables[et]; in verify_exception_table() localVariable881 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() localVariable1407 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() localVariable1535 let sig = &self.func.dfg.signatures[exdata.signature()]; in block_call_arg_ty()
602 let exdata = &exception_tables[exception]; in analyze_call() localVariable603 CallInfo::DirectWithSig(func_ref, exdata.signature(), args.as_slice(pool)) in analyze_call()610 let exdata = &exception_tables[exception]; in analyze_call() localVariable611 CallInfo::Indirect(exdata.signature(), &args.as_slice(pool)[1..]) in analyze_call()
413 let exdata = &f.dfg.exception_tables[et]; in new() localVariable414 let sig = &f.dfg.signatures[exdata.signature()]; in new()