Searched defs:InstructionDataEquals (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc1330 if (!InstructionDataEquals(other)) return false;
2443 bool HLoadString::InstructionDataEquals(HInstruction* other) const { function in class:art::HLoadString
H A Dnodes.h1986 virtual bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const { function in class:art::HInstruction
1991 // 1) They have the same type and contain the same data (InstructionDataEquals).
2501 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE {
2531 bool InstructionDataEquals(HInstruction* other) const OVERRIDE {
2570 bool InstructionDataEquals(HInstruction* other) const OVERRIDE {
2602 bool InstructionDataEquals(HInstruction* other) const OVERRIDE {
2653 bool InstructionDataEquals(HInstruction* other) const OVERRIDE {
2797 bool InstructionDataEquals(HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE {
2844 bool InstructionDataEquals(HInstruction* other) const OVERRIDE {
2914 bool InstructionDataEquals(HInstructio
[all...]

Completed in 409 milliseconds