Searched refs:ThrowArrayIndexOutOfBoundsException (Results 1 – 7 of 7) sorted by relevance
119 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { in ThrowArrayIndexOutOfBoundsException() function in art::mirror::Array120 art::ThrowArrayIndexOutOfBoundsException(index, GetLength()); in ThrowArrayIndexOutOfBoundsException()
99 void ThrowArrayIndexOutOfBoundsException(int32_t index)
52 ThrowArrayIndexOutOfBoundsException(index); in CheckIsValidIndex()
30 ThrowArrayIndexOutOfBoundsException(index, length); in art_portable_throw_array_bounds_from_code()
81 ThrowArrayIndexOutOfBoundsException(index, length); in artThrowArrayBoundsFromCode()
45 void ThrowArrayIndexOutOfBoundsException(int index, int length)
105 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function