Searched defs:ThrowArrayIndexOutOfBoundsException (Results 1 – 2 of 2) sorted by relevance
119 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { in ThrowArrayIndexOutOfBoundsException() function in art::mirror::Array
105 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function