Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-instructions.h736 virtual bool DataEquals(HValue* other) { in DataEquals() function
1224 virtual bool DataEquals(HValue* other) { return true; } in DECLARE_CONCRETE_INSTRUCTION()
1243 virtual bool DataEquals(HValue* other) { return true; } in DECLARE_CONCRETE_INSTRUCTION()
1436 virtual bool DataEquals(HValue* other) {
1460 virtual bool DataEquals(HValue* other) { return true; }
1478 virtual bool DataEquals(HValue* other) { return true; }
1523 virtual bool DataEquals(HValue* other) { return true; }
1542 virtual bool DataEquals(HValue* other) { return true; }
1813 virtual bool DataEquals(HValue* other) { return true; }
1832 virtual bool DataEquals(HValue* other) { return true; }
[all …]
Dhydrogen-instructions.cc357 bool result = DataEquals(other); in Equals()
638 if (CheckFlag(kUseGVN)) DataEquals(this); in Verify()
1572 bool HLoadNamedFieldPolymorphic::DataEquals(HValue* value) { in DataEquals() function in v8::internal::HLoadNamedFieldPolymorphic