Searched defs:InstructionDataEquals (Results 1 – 4 of 4) sorted by relevance
59 bool InstructionDataEquals(HInstruction* other_instr) const OVERRIDE { in InstructionDataEquals() function109 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { return true; } in InstructionDataEquals() function
41 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
1986 virtual bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function2501 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function2531 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2570 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2602 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2653 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2797 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function2844 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2914 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function2986 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function[all …]
2443 bool HLoadString::InstructionDataEquals(HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString