Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.h49 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
163 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function
217 bool InstructionDataEquals(const HInstruction* other_instr) const override { in InstructionDataEquals() function
Dnodes_vector.h189 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
351 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
466 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
647 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
1037 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
1180 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
Dnodes.cc3224 bool HBoundType::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HBoundType
3364 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass
3385 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString
Dnodes.h2599 virtual bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function