Searched defs:supertype (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-subtyping.h | 60 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()
|
D | wasm-module-builder.cc | 308 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()
|
D | wasm-subtyping.cc | 126 ValueType subtype, ValueType supertype, const WasmModule* sub_module, in IsSubtypeOfImpl()
|
D | wasm-module.h | 386 uint32_t supertype; member 489 uint32_t supertype(uint32_t index) const { in supertype() function
|
D | module-decoder.cc | 586 bool check_supertype(uint32_t supertype) { in check_supertype() 661 uint32_t supertype = in consume_subtype_definition() local
|
D | module-instantiate.cc | 240 uint32_t supertype = module->supertype(type_index); in CreateMapForType() local
|
/third_party/node/deps/v8/src/torque/ |
D | instructions.cc | 30 void ExpectSubtype(const Type* subtype, const Type* supertype) { in ExpectSubtype()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 160 GstXmpTagType supertype; member
|