Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc294 if (!GetGraph()->HasBoundsChecks()) { in VisitBoundsCheck()
H A Dbounds_check_elimination.cc2045 if (!graph_->HasBoundsChecks()) { in Run()
H A Dnodes.cc2716 if (HasBoundsChecks()) { in InlineInto()
H A Dnodes.h601 bool HasBoundsChecks() const { in HasBoundsChecks() function