Home
last modified time | relevance | path

Searched refs:ThrowArrayIndexOutOfBoundsException (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Darray.cc133 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { in ThrowArrayIndexOutOfBoundsException() function in art::mirror::Array
134 art::ThrowArrayIndexOutOfBoundsException(index, GetLength()); in ThrowArrayIndexOutOfBoundsException()
Darray.h136 void ThrowArrayIndexOutOfBoundsException(int32_t index)
Darray-inl.h57 ThrowArrayIndexOutOfBoundsException(index); in CheckIsValidIndex()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc94 ThrowArrayIndexOutOfBoundsException(index, length); in artThrowArrayBoundsFromCode()
/art/runtime/
Dcommon_throws.h51 void ThrowArrayIndexOutOfBoundsException(int index, int length)
Dcommon_throws.cc120 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function