Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-instructions.h586 virtual bool DataEquals(HValue* other) { in DataEquals() function
975 virtual bool DataEquals(HValue* other) { in DataEquals() function
1134 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function
1152 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function
1170 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function
1189 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function
1434 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function
1453 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function
1474 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function
1494 virtual bool DataEquals(HValue* other) { return true; } in DataEquals() function
[all …]
Dhydrogen-instructions.cc304 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