Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.h745 virtual bool DataEquals(HValue* other) { in DataEquals() function
1347 bool DataEquals(HValue* other) override { return true; } in DECLARE_CONCRETE_INSTRUCTION()
1508 bool DataEquals(HValue* other) override { return true; } in DECLARE_CONCRETE_INSTRUCTION()
1528 bool DataEquals(HValue* other) override { return true; } in DECLARE_CONCRETE_INSTRUCTION()
1931 bool DataEquals(HValue* other) override { return true; } in DECLARE_CONCRETE_INSTRUCTION()
2333 bool DataEquals(HValue* other) override { in DECLARE_CONCRETE_INSTRUCTION()
2417 bool DataEquals(HValue* other) override { in DECLARE_CONCRETE_INSTRUCTION()
2516 bool DataEquals(HValue* other) override { in DECLARE_CONCRETE_INSTRUCTION()
2612 bool DataEquals(HValue* other) override { in DECLARE_CONCRETE_INSTRUCTION()
2680 bool DataEquals(HValue* other) override { in DECLARE_CONCRETE_INSTRUCTION()
[all …]
Dhydrogen-instructions.cc454 bool result = DataEquals(other); in Equals()
791 if (CheckFlag(kUseGVN)) DataEquals(this); in Verify()
2750 *block = HConstant::cast(left())->DataEquals(HConstant::cast(right())) in KnownSuccessorBlock()