Searched refs:ReplaceInstruction (Results 1 – 1 of 1) sorted by relevance
841 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()853 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()862 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()873 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()884 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()1377 ReplaceInstruction(other_bounds_check, other_bounds_check->InputAt(0)); in AddComparesWithDeoptimization()1500 ReplaceInstruction(other_bounds_check, other_index); in TransformLoopForDynamicBCE()1640 ReplaceInstruction(check, array); in CanHandleNullCheck()1896 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction() function in art::BCEVisitor