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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h477 // implement DataEquals(), which will be used to determine if other
833 virtual bool DataEquals(HValue* other) { function in namespace:v8
1519 virtual bool DataEquals(HValue* other) V8_OVERRIDE { return true; }
1676 virtual bool DataEquals(HValue* other) V8_OVERRIDE { return true; }
1696 virtual bool DataEquals(HValue* other) V8_OVERRIDE { return true; }
1724 virtual bool DataEquals(HValue* other) V8_OVERRIDE {
1755 virtual bool DataEquals(HValue* other) V8_OVERRIDE { return true; }
2142 virtual bool DataEquals(HValue* other) V8_OVERRIDE { return true; }
2546 virtual bool DataEquals(HValue* other) V8_OVERRIDE { return true; }
2607 virtual bool DataEquals(HValu
[all...]
H A Dhydrogen-instructions.cc419 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()))

Completed in 58 milliseconds