Home
last modified time | relevance | path

Searched defs:InstructionDataEquals (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dnodes_arm64.h59 bool InstructionDataEquals(HInstruction* other_instr) const OVERRIDE { in InstructionDataEquals() function
109 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { return true; } in InstructionDataEquals() function
Dnodes_shared.h41 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
Dnodes.h1986 virtual bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function
2501 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
2531 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2570 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2602 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2653 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2797 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
2844 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2914 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
2986 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
[all …]
Dnodes.cc2443 bool HLoadString::InstructionDataEquals(HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString