Home
last modified time | relevance | path

Searched refs:ThrowIndexOutOfBoundsException (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dcommon_throws.h165 void ThrowIndexOutOfBoundsException(int index, int length)
Dcommon_throws.cc329 void ThrowIndexOutOfBoundsException(int index, int length) { in ThrowIndexOutOfBoundsException() function
/art/runtime/mirror/
Dvar_handle.cc132 ThrowIndexOutOfBoundsException(index, length - start); in CheckElementIndex()