Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_shared.h49 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
97 bool InstructionDataEquals([[maybe_unused]] const HInstruction* other) const override { in InstructionDataEquals() function
151 bool InstructionDataEquals(const HInstruction* other_instr) const override { in InstructionDataEquals() function
H A 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
H A Dnodes_riscv64.h39 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
H A Dnodes.cc3164 bool HBoundType::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HBoundType
3311 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass
3332 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString
H A Dnodes.h2448 virtual bool InstructionDataEquals([[maybe_unused]] const HInstruction* other) const { in InstructionDataEquals() function