Searched refs:ThrowArrayIndexOutOfBoundsException (Results 1 – 6 of 6) sorted by relevance
134 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { in ThrowArrayIndexOutOfBoundsException() function in art::mirror::Array135 art::ThrowArrayIndexOutOfBoundsException(index, GetLength()); in ThrowArrayIndexOutOfBoundsException()
139 EXPORT void ThrowArrayIndexOutOfBoundsException(int32_t index)
62 ThrowArrayIndexOutOfBoundsException(index); in CheckIsValidIndex()
94 ThrowArrayIndexOutOfBoundsException(index, length); in artThrowArrayBoundsFromCode()
55 void ThrowArrayIndexOutOfBoundsException(int index, int length)
121 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function