Home
last modified time | relevance | path

Searched refs:HasSameTypesAs (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/torque/
Dtypes.cc248 bool Signature::HasSameTypesAs(const Signature& other) const { in HasSameTypesAs() function in v8::internal::torque::Signature
Dtypes.h408 bool HasSameTypesAs(const Signature& other) const;
Ddeclaration-visitor.cc235 if (signature_with_types.HasSameTypesAs(generic_signature_with_types)) { in Visit()
Dimplementation-visitor.cc1839 if (signature_with_types.HasSameTypesAs(generic_signature_with_types)) { in Visit()