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

  /external/v8/src/
hydrogen-instructions.h 530 // implement DataEquals(), which will be used to determine if other
736 virtual bool DataEquals(HValue* other) {
    [all...]
hydrogen-instructions.cc 357 bool result = DataEquals(other);
636 // HValue::DataEquals. The default implementation is UNREACHABLE. We
637 // don't actually care whether DataEquals returns true or false here.
638 if (CheckFlag(kUseGVN)) DataEquals(this);
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 598 // implement DataEquals(), which will be used to determine if other
947 virtual bool DataEquals(HValue* other) {
    [all...]
hydrogen-instructions.cc 473 bool result = DataEquals(other);
790 // HValue::DataEquals. The default implementation is UNREACHABLE. We
791 // don't actually care whether DataEquals returns true or false here.
792 if (CheckFlag(kUseGVN)) DataEquals(this);
    [all...]

Completed in 250 milliseconds