Searched refs:DataEquals (Results 1 – 2 of 2) sorted by relevance
838 virtual bool DataEquals(HValue* other) { in DataEquals() function1548 virtual bool DataEquals(HValue* other) OVERRIDE { return true; } in DECLARE_CONCRETE_INSTRUCTION()1705 virtual bool DataEquals(HValue* other) OVERRIDE { return true; } in DECLARE_CONCRETE_INSTRUCTION()1725 virtual bool DataEquals(HValue* other) OVERRIDE { return true; } in DECLARE_CONCRETE_INSTRUCTION()1753 virtual bool DataEquals(HValue* other) OVERRIDE { in DataEquals() function1784 virtual bool DataEquals(HValue* other) OVERRIDE { return true; } in DataEquals() function2170 virtual bool DataEquals(HValue* other) OVERRIDE { return true; } in DECLARE_CONCRETE_INSTRUCTION()2570 virtual bool DataEquals(HValue* other) OVERRIDE { return true; } in DECLARE_CONCRETE_INSTRUCTION()2632 virtual bool DataEquals(HValue* other) OVERRIDE { in DECLARE_CONCRETE_INSTRUCTION()2707 virtual bool DataEquals(HValue* other) OVERRIDE { in DECLARE_CONCRETE_INSTRUCTION()[all …]
424 bool result = DataEquals(other); in Equals()770 if (CheckFlag(kUseGVN)) DataEquals(this); in Verify()3215 *block = HConstant::cast(left())->DataEquals(HConstant::cast(right())) in KnownSuccessorBlock()