Searched refs:instruction1 (Results 1 – 3 of 3) sorted by relevance
141 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) { in Equal() argument142 if (instruction1 == instruction2) { in Equal()146 if (instruction1 == nullptr || instruction2 == nullptr) { in Equal()153 instruction1 = FromArrayLengthToArray(instruction1); in Equal()155 return instruction1 == instruction2; in Equal()
685 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore() argument687 DCHECK_EQ(instruction1->GetBlock(), instruction2->GetBlock()); in FoundBefore()689 if (it.Current() == instruction1) { in FoundBefore()
89 bool FoundBefore(const HInstruction* instruction1,