Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1335 CanHandleLength(loop, length, needs_taken_test)) { // do this test last (may code gen) in TryDynamicBCE()
1421 bool CanHandleLength(HLoopInformation* loop, HInstruction* length, bool needs_taken_test) { in CanHandleLength() function in art::BCEVisitor