Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc878 if (!InstructionTypeEquals(other)) return false; in Equals()
Dnodes.h890 bool InstructionTypeEquals(HInstruction* other) const OVERRIDE { \
1479 virtual bool InstructionTypeEquals(HInstruction* other) const { in InstructionTypeEquals() function