Home
last modified time | relevance | path

Searched refs:kNoSuperType (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dcanonical-types.cc84 while (canonical_sub != kNoSuperType) { in IsCanonicalSubtype()
96 uint32_t canonical_supertype = kNoSuperType; in CanonicalizeTypeDef()
101 } else if (type.supertype != kNoSuperType) { in CanonicalizeTypeDef()
H A Dwasm-module-builder.h338 uint32_t supertype = kNoSuperType);
341 uint32_t supertype = kNoSuperType);
343 uint32_t AddStructType(StructType* type, uint32_t supertype = kNoSuperType);
344 uint32_t AddArrayType(ArrayType* type, uint32_t supertype = kNoSuperType);
H A Dwasm-module.h348 constexpr uint32_t kNoSuperType = std::numeric_limits<uint32_t>::max(); member
360 : function_sig(nullptr), supertype(kNoSuperType), kind(kFunction) {} in TypeDefinition()
447 isorecursive_canonical_type_ids.push_back(kNoSuperType); in add_type()
494 return supertype(index) != kNoSuperType;
H A Dmodule-decoder.cc564 return {sig, kNoSuperType};
568 return {type, kNoSuperType};
572 return {type, kNoSuperType};
602 uint32_t super_index = kNoSuperType; in consume_nominal_type_definition()
615 uint32_t super_index = kNoSuperType; in consume_nominal_type_definition()
628 uint32_t super_index = kNoSuperType; in consume_nominal_type_definition()
662 supertype_count == 1 ? consume_u32v("supertype") : kNoSuperType; in consume_subtype_definition()
685 module_->add_signature(sig, kNoSuperType); in DecodeTypeSection()
754 if (explicit_super == kNoSuperType) continue; in DecodeTypeSection()
H A Dwasm-subtyping.cc223 if (explicit_super == kNoSuperType) return false; in IsSubtypeOfImpl()
H A Dwasm-module.cc122 while ((type_index = module->supertype(type_index)) != kNoSuperType) { in GetSubtypingDepth()
H A Dmodule-instantiate.cc241 if (supertype != kNoSuperType) { in CreateMapForType()
669 DCHECK_NE(maximum_canonical_type_index, kNoSuperType); in Build()
H A Dwasm-module-builder.cc616 if (type.supertype != kNoSuperType) { in WriteTo()

Completed in 14 milliseconds