|
V8_NOINLINE V8_EXPORT_PRIVATE bool | v8::internal::wasm::IsSubtypeOfImpl (ValueType subtype, ValueType supertype, const WasmModule *sub_module, const WasmModule *super_module) |
|
V8_NOINLINE V8_EXPORT_PRIVATE bool | v8::internal::wasm::IsSubtypeOfImpl (HeapType subtype, HeapType supertype, const WasmModule *sub_module, const WasmModule *super_module) |
|
V8_NOINLINE V8_EXPORT_PRIVATE bool | v8::internal::wasm::IsSubtypeOfImpl (CanonicalValueType subtype, CanonicalValueType supertype) |
|
V8_NOINLINE bool | v8::internal::wasm::EquivalentTypes (ValueType type1, ValueType type2, const WasmModule *module1, const WasmModule *module2) |
|
V8_INLINE bool | v8::internal::wasm::IsSubtypeOf (ValueType subtype, ValueType supertype, const WasmModule *sub_module, const WasmModule *super_module) |
|
V8_INLINE bool | v8::internal::wasm::IsSubtypeOf (ValueType subtype, ValueType supertype, const WasmModule *module) |
|
V8_INLINE bool | v8::internal::wasm::IsSubtypeOf (CanonicalValueType subtype, CanonicalValueType supertype) |
|
V8_INLINE bool | v8::internal::wasm::TypesUnrelated (ValueType type1, ValueType type2, const WasmModule *module1, const WasmModule *module2) |
|
V8_INLINE bool | v8::internal::wasm::IsHeapSubtypeOf (HeapType subtype, HeapType supertype, const WasmModule *sub_module, const WasmModule *super_module) |
|
V8_INLINE bool | v8::internal::wasm::IsHeapSubtypeOf (HeapType subtype, HeapType supertype, const WasmModule *module) |
|
V8_INLINE bool | v8::internal::wasm::HeapTypesUnrelated (HeapType heap1, HeapType heap2, const WasmModule *module1, const WasmModule *module2) |
|
bool | v8::internal::wasm::ValidSubtypeDefinition (ModuleTypeIndex subtype_index, ModuleTypeIndex supertype_index, const WasmModule *sub_module, const WasmModule *super_module) |
|
V8_EXPORT_PRIVATE bool | v8::internal::wasm::IsShared (ValueType type, const WasmModule *module) |
|
std::ostream & | v8::internal::wasm::operator<< (std::ostream &oss, TypeInModule type) |
|
V8_EXPORT_PRIVATE TypeInModule | v8::internal::wasm::Union (ValueType type1, ValueType type2, const WasmModule *module1, const WasmModule *module2) |
|
V8_INLINE V8_EXPORT_PRIVATE TypeInModule | v8::internal::wasm::Union (TypeInModule type1, TypeInModule type2) |
|
TypeInModule | v8::internal::wasm::Intersection (ValueType type1, ValueType type2, const WasmModule *module1, const WasmModule *module2) |
|
V8_INLINE V8_EXPORT_PRIVATE TypeInModule | v8::internal::wasm::Intersection (TypeInModule type1, TypeInModule type2) |
|
ValueType | v8::internal::wasm::ToNullSentinel (TypeInModule type) |
|
bool | v8::internal::wasm::IsSameTypeHierarchy (HeapType type1, HeapType type2, const WasmModule *module) |
|