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