Searched defs:ThrowArrayIndexOutOfBoundsException (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Darray.cc120 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { function in class:art::mirror::Array
121 art::ThrowArrayIndexOutOfBoundsException(index, GetLength());
/art/runtime/
H A Dcommon_throws.cc95 void ThrowArrayIndexOutOfBoundsException(int index, int length) { function in namespace:art

Completed in 74 milliseconds