Home
last modified time | relevance | path

Searched refs:potential_length (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() argument
1779 if (potential_length->IsArrayLength()) { in IsArrayLengthOf()
1780 return potential_length->InputAt(0) == potential_array; in IsArrayLengthOf()
1784 return potential_array->AsNewArray()->GetLength() == potential_length; in IsArrayLengthOf()