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()
140 EXPORT void ThrowArrayIndexOutOfBoundsException(int32_t index)
61 ThrowArrayIndexOutOfBoundsException(index); in CheckIsValidIndex()
107 ThrowArrayIndexOutOfBoundsException(index, length); in artThrowArrayBoundsFromCode()
56 void ThrowArrayIndexOutOfBoundsException(int index, int length)
121 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function