Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-instructions.h838 virtual bool DataEquals(HValue* other) { in DataEquals() function
1548 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() function
1784 virtual bool DataEquals(HValue* other) OVERRIDE { return true; } in DataEquals() function
2170 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 …]
Dhydrogen-instructions.cc424 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()