Home
last modified time | relevance | path

Searched defs:supertype (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-subtyping.h60 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf()
68 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf()
78 HeapType::Representation supertype, in IsHeapSubtypeOf()
Dwasm-module-builder.cc308 uint32_t supertype) { in ForceAddSignature()
316 uint32_t supertype) { in AddSignature()
331 uint32_t supertype) { in AddStructType()
337 uint32_t WasmModuleBuilder::AddArrayType(ArrayType* type, uint32_t supertype) { in AddArrayType()
Dwasm-subtyping.cc126 ValueType subtype, ValueType supertype, const WasmModule* sub_module, in IsSubtypeOfImpl()
Dwasm-module.h386 uint32_t supertype; member
489 uint32_t supertype(uint32_t index) const { in supertype() function
Dmodule-decoder.cc586 bool check_supertype(uint32_t supertype) { in check_supertype()
661 uint32_t supertype = in consume_subtype_definition() local
Dmodule-instantiate.cc240 uint32_t supertype = module->supertype(type_index); in CreateMapForType() local
/third_party/node/deps/v8/src/torque/
Dinstructions.cc30 void ExpectSubtype(const Type* subtype, const Type* supertype) { in ExpectSubtype()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstxmptag.c160 GstXmpTagType supertype; member