Searched defs:other_array_length (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1224 HInstruction* other_array_length = other_bounds_check->InputAt(1); local
1226 if (array_length == other_array_length && base == other_value.GetInstruction()) {

Completed in 235 milliseconds