Searched refs:EquivalentTypes (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-subtyping.cc | 44 !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 D | wasm-subtyping.h | 33 V8_NOINLINE V8_EXPORT_PRIVATE bool EquivalentTypes(ValueType type1,
|
H A D | module-instantiate.cc | 1315 if (!EquivalentTypes(table.type, table_object->type(), module_, in ProcessImportedTable() 1402 ? EquivalentTypes(global_object->type(), global.type, in ProcessImportedWasmGlobalObject()
|
H A D | wasm-objects.cc | 2039 if (!wasm::EquivalentTypes(sig->all()[i], other_sig->all()[i], in MatchesSignature()
|
Completed in 14 milliseconds