Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc1778 static bool IsArrayLengthOf(HInstruction* potential_length, HInstruction* potential_array) { in IsArrayLengthOf() function
1805 if (IsArrayLengthOf(count, source)) { in SimplifySystemArrayCopy()
1809 if (IsArrayLengthOf(count, destination)) { in SimplifySystemArrayCopy()