Searched refs:CanHandleNullCheck (Results 1 – 1 of 1) sorted by relevance
1425 if (CanHandleNullCheck(loop, length->InputAt(0), needs_taken_test)) { in CanHandleLength()1437 bool CanHandleNullCheck(HLoopInformation* loop, HInstruction* check, bool needs_taken_test) { in CanHandleNullCheck() function in art::BCEVisitor