HomeSort by relevance Sort by last modified time
    Searched refs:DataEquals (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
hydrogen-instructions.h 416 // implement DataEquals(), which will be used to determine if other
770 virtual bool DataEquals(HValue* other) {
    [all...]
hydrogen-instructions.cc 418 bool result = DataEquals(other);
753 // HValue::DataEquals. The default implementation is UNREACHABLE. We
754 // don't actually care whether DataEquals returns true or false here.
755 if (CheckFlag(kUseGVN)) DataEquals(this);
    [all...]

Completed in 398 milliseconds