Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc133 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { in ThrowArrayIndexOutOfBoundsException() function in art::mirror::Array
/art/runtime/
Dcommon_throws.cc120 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function