Home
last modified time | relevance | path

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

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