Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Darray.cc134 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { in ThrowArrayIndexOutOfBoundsException() function in art::mirror::Array
/aosp_15_r20/art/runtime/
H A Dcommon_throws.cc121 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function