Home
last modified time | relevance | path

Searched refs:EquivalentTypes (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-subtyping.cc44 !EquivalentTypes(sub_struct->field(i), super_struct->field(i), in ValidStructSubtypeDefinition()
65 EquivalentTypes(sub_array->element_type(), in ValidArraySubtypeDefinition()
229 V8_NOINLINE bool EquivalentTypes(ValueType type1, ValueType type2, in EquivalentTypes() function
H A Dwasm-subtyping.h33 V8_NOINLINE V8_EXPORT_PRIVATE bool EquivalentTypes(ValueType type1,
H A Dmodule-instantiate.cc1315 if (!EquivalentTypes(table.type, table_object->type(), module_, in ProcessImportedTable()
1402 ? EquivalentTypes(global_object->type(), global.type, in ProcessImportedWasmGlobalObject()
H A Dwasm-objects.cc2039 if (!wasm::EquivalentTypes(sig->all()[i], other_sig->all()[i], in MatchesSignature()

Completed in 14 milliseconds