Searched defs:IsSame (Results 1 – 7 of 7) sorted by relevance
30 constexpr bool IsSame() { in IsSame() function
310 bool NodeProperties::IsSame(Node* a, Node* b) { in IsSame() function in v8::internal::compiler::NodeProperties
120 bool IsSame(const Type* that) const { in IsSame() function
116 bool IsSame(const Type* that) const { in IsSame() function
779 bool IsSame(const InlineRep& other) const { in IsSame() function
1172 struct IsSame : FalseType {}; struct1175 struct IsSame<T, T> : TrueType {}; struct