Searched defs:supertype (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-subtyping.h | 60 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 D | wasm-subtyping.cc | 125 IsSubtypeOfImpl( ValueType subtype, ValueType supertype, const WasmModule* sub_module, const WasmModule* super_module) IsSubtypeOfImpl() argument [all...] |
H A D | wasm-module-builder.cc | 337 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 D | module-instantiate.cc | 240 uint32_t supertype = module->supertype(type_index); in CreateMapForType() local
|
H A D | wasm-module.h | 386 uint32_t supertype; global() member 489 uint32_t supertype(uint32_t index) const { supertype() function [all...] |
H A D | module-decoder.cc | 586 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 D | instructions.cc | 30 void ExpectSubtype(const Type* subtype, const Type* supertype) { in ExpectSubtype() argument
|
Completed in 15 milliseconds