Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc2868 int32_t index_value = index->AsIntConstant()->GetValue(); in VisitBoundsCheck() local
2869 if (index_value < 0 || IsInt<16>(index_value + 1)) { in VisitBoundsCheck()
Dcode_generator_mips.cc3313 int32_t index_value = index->AsIntConstant()->GetValue(); in VisitBoundsCheck() local
3314 if (index_value < 0 || IsInt<16>(index_value + 1)) { in VisitBoundsCheck()