Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc12253 bool CheckEquivalent(Map* first, Map* second) { in CheckEquivalent() function
12267 if (!CheckEquivalent(this, other)) return false; in EquivalentToForTransition()
12283 return CheckEquivalent(this, other) && bit_field2() == other->bit_field2() && in EquivalentToForNormalization()