Searched refs:DataEquals (Results 1 – 2 of 2) sorted by relevance
586 virtual bool DataEquals(HValue* other) { in DataEquals() function975 virtual bool DataEquals(HValue* other) { in DataEquals() function1134 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function1152 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function1170 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function1189 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function1434 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function1453 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function1474 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function1494 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function[all …]
304 bool result = DataEquals(other); in Equals()569 if (CheckFlag(kUseGVN)) DataEquals(this); in Verify()1217 bool HLoadNamedFieldPolymorphic::DataEquals(HValue* value) { in DataEquals() function in v8::internal::HLoadNamedFieldPolymorphic