Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1401 ReplaceBoundsCheck(bounds_check, index); in VisitBoundsCheck()
1413 ReplaceBoundsCheck(bounds_check, index); in VisitBoundsCheck()
1424 ReplaceBoundsCheck(bounds_check, index); in VisitBoundsCheck()
1461 void ReplaceBoundsCheck(HInstruction* bounds_check, HInstruction* index) { in ReplaceBoundsCheck() function in art::BCEVisitor