Searched refs:InstructionDataEquals (Results 1 – 2 of 2) sorted by relevance
1487 virtual bool InstructionDataEquals(HInstruction* other) const { in InstructionDataEquals() function1841 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function1909 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2136 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2223 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2261 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2297 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function2318 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2345 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2806 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function[all …]
880 if (!InstructionDataEquals(other)) return false; in Equals()