Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc917 CanHandleLength(loop, array_length, needs_taken_test)) { in VisitBoundsCheck()
1713 bool CanHandleLength(HLoopInformation* loop, HInstruction* length, bool needs_taken_test) { in CanHandleLength() function in art::BCEVisitor