Searched refs:ThrowArrayIndexOutOfBoundsException (Results 1 – 6 of 6) sorted by relevance
133 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { in ThrowArrayIndexOutOfBoundsException() function in art::mirror::Array134 art::ThrowArrayIndexOutOfBoundsException(index, GetLength()); in ThrowArrayIndexOutOfBoundsException()
133 void ThrowArrayIndexOutOfBoundsException(int32_t index)
57 ThrowArrayIndexOutOfBoundsException(index); in CheckIsValidIndex()
94 ThrowArrayIndexOutOfBoundsException(index, length); in artThrowArrayBoundsFromCode()
51 void ThrowArrayIndexOutOfBoundsException(int index, int length)
120 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function