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