Searched refs:ReplaceInstruction (Results 1 – 1 of 1) sorted by relevance
854 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()866 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()875 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()886 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()897 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()1490 ReplaceInstruction(other_bounds_check, other_bounds_check->InputAt(0)); in AddComparesWithDeoptimization()1623 ReplaceInstruction(other_bounds_check, other_index); in TransformLoopForDynamicBCE()1763 ReplaceInstruction(check, array); in CanHandleNullCheck()2020 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction() function in art::BCEVisitor