Home | History | Annotate | Download | only in src

Lines Matching refs:DataEquals

419   bool result = DataEquals(other);
774 // HValue::DataEquals. The default implementation is UNREACHABLE. We
775 // don't actually care whether DataEquals returns true or false here.
776 if (CheckFlag(kUseGVN)) DataEquals(this);
3253 *block = HConstant::cast(left())->DataEquals(HConstant::cast(right()))