Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc266 bool HasFoundArrayLength() const { return found_array_length_ != nullptr; } in HasFoundArrayLength() function in art::ArrayAccessInsideLoopFinder
711 if (!finder.HasFoundArrayLength()) { in NarrowWithDeoptimization()