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

  /external/chromium_org/v8/src/
hydrogen-instructions.h 477 // implement DataEquals(), which will be used to determine if other
833 virtual bool DataEquals(HValue* other) {
    [all...]
hydrogen-instructions.cc 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);
    [all...]

Completed in 129 milliseconds