Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1487 virtual bool InstructionDataEquals(HInstruction* other) const { in InstructionDataEquals() function
1841 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
1909 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2136 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2223 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2261 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2297 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
2318 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2345 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2806 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
[all …]
Dnodes.cc880 if (!InstructionDataEquals(other)) return false; in Equals()