Home
last modified time | relevance | path

Searched refs:ThrowArrayIndexOutOfBoundsException (Results 1 – 6 of 6) 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
135 art::ThrowArrayIndexOutOfBoundsException(index, GetLength()); in ThrowArrayIndexOutOfBoundsException()
H A Darray.h140 EXPORT void ThrowArrayIndexOutOfBoundsException(int32_t index)
H A Darray-inl.h61 ThrowArrayIndexOutOfBoundsException(index); in CheckIsValidIndex()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc107 ThrowArrayIndexOutOfBoundsException(index, length); in artThrowArrayBoundsFromCode()
/aosp_15_r20/art/runtime/
H A Dcommon_throws.h56 void ThrowArrayIndexOutOfBoundsException(int index, int length)
H A Dcommon_throws.cc121 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function