Home
last modified time | relevance | path

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

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