Home
last modified time | relevance | path

Searched defs:supertype (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-subtyping.h60 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf() argument
68 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf() argument
77 IsHeapSubtypeOf(HeapType::Representation subtype, HeapType::Representation supertype, const WasmModule* module) IsHeapSubtypeOf() argument
[all...]
H A Dwasm-subtyping.cc125 IsSubtypeOfImpl( ValueType subtype, ValueType supertype, const WasmModule* sub_module, const WasmModule* super_module) IsSubtypeOfImpl() argument
[all...]
H A Dwasm-module-builder.cc337 uint32_t WasmModuleBuilder::AddArrayType(ArrayType* type, uint32_t supertype) { in AddArrayType() argument
307 ForceAddSignature(const FunctionSig* sig, uint32_t supertype) ForceAddSignature() argument
315 AddSignature(const FunctionSig* sig, uint32_t supertype) AddSignature() argument
330 AddStructType(StructType* type, uint32_t supertype) AddStructType() argument
[all...]
H A Dmodule-instantiate.cc240 uint32_t supertype = module->supertype(type_index); in CreateMapForType() local
H A Dwasm-module.h386 uint32_t supertype; global() member
489 uint32_t supertype(uint32_t index) const { supertype() function
[all...]
H A Dmodule-decoder.cc586 bool check_supertype(uint32_t supertype) { in check_supertype() argument
589 module_->types.size(), supertype); in check_supertype() local
661 uint32_t supertype = in consume_subtype_definition() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dinstructions.cc30 void ExpectSubtype(const Type* subtype, const Type* supertype) { in ExpectSubtype() argument

Completed in 15 milliseconds