Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-module.h354 : function_sig(sig), supertype(supertype), kind(kFunction) {} in TypeDefinition()
360 : function_sig(nullptr), supertype(kNoSuperType), kind(kFunction) {} in TypeDefinition()
363 const FunctionSig* function_sig; member
374 return *function_sig == *other.function_sig;
443 ? signature_map.FindOrInsert(*type.function_sig) in add_type()
462 return types[index].function_sig; in signature()
Dwasm-subtyping.cc77 const FunctionSig* sub_func = sub_module->types[subtype_index].function_sig; in ValidFunctionSubtypeDefinition()
79 super_module->types[supertype_index].function_sig; in ValidFunctionSubtypeDefinition()
Dwasm-module-builder.h392 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()
Dcanonical-types.cc108 const FunctionSig* original_sig = type.function_sig; in CanonicalizeTypeDef()
Dwasm-module-builder.cc71 locals_.set_sig(builder_->types_[sig_index].function_sig); in SetSignature()
623 const FunctionSig* sig = type.function_sig; in WriteTo()