Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc119 void Array::ThrowArrayIndexOutOfBoundsException(int32_t index) { in ThrowArrayIndexOutOfBoundsException() function in art::mirror::Array
120 art::ThrowArrayIndexOutOfBoundsException(index, GetLength()); in ThrowArrayIndexOutOfBoundsException()
Darray.h99 void ThrowArrayIndexOutOfBoundsException(int32_t index)
Darray-inl.h52 ThrowArrayIndexOutOfBoundsException(index); in CheckIsValidIndex()
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc30 ThrowArrayIndexOutOfBoundsException(index, length); in art_portable_throw_array_bounds_from_code()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc81 ThrowArrayIndexOutOfBoundsException(index, length); in artThrowArrayBoundsFromCode()
/art/runtime/
Dcommon_throws.h45 void ThrowArrayIndexOutOfBoundsException(int index, int length)
Dcommon_throws.cc105 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException() function