Home
last modified time | relevance | path

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

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