Searched refs:index_value (Results 1 – 2 of 2) sorted by relevance
2868 int32_t index_value = index->AsIntConstant()->GetValue(); in VisitBoundsCheck() local2869 if (index_value < 0 || IsInt<16>(index_value + 1)) { in VisitBoundsCheck()
3313 int32_t index_value = index->AsIntConstant()->GetValue(); in VisitBoundsCheck() local3314 if (index_value < 0 || IsInt<16>(index_value + 1)) { in VisitBoundsCheck()