Searched refs:function_sig (Results 1 – 5 of 5) sorted by relevance
354 : function_sig(sig), supertype(supertype), kind(kFunction) {} in TypeDefinition()360 : function_sig(nullptr), supertype(kNoSuperType), kind(kFunction) {} in TypeDefinition()363 const FunctionSig* function_sig; member374 return *function_sig == *other.function_sig;443 ? signature_map.FindOrInsert(*type.function_sig) in add_type()462 return types[index].function_sig; in signature()
77 const FunctionSig* sub_func = sub_module->types[subtype_index].function_sig; in ValidFunctionSubtypeDefinition()79 super_module->types[supertype_index].function_sig; in ValidFunctionSubtypeDefinition()
392 return types_[index].function_sig; in GetSignature()419 return types_[exceptions_[index]].function_sig; in GetExceptionType()489 return builder_->types_[signature_index_].function_sig; in signature()
108 const FunctionSig* original_sig = type.function_sig; in CanonicalizeTypeDef()
71 locals_.set_sig(builder_->types_[sig_index].function_sig); in SetSignature()623 const FunctionSig* sig = type.function_sig; in WriteTo()