Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h161 void ThrowIndexOutOfBoundsException(int index, int length)
Dcommon_throws.cc334 void ThrowIndexOutOfBoundsException(int index, int length) { in ThrowIndexOutOfBoundsException() function
/art/runtime/mirror/
Dvar_handle.cc211 ThrowIndexOutOfBoundsException(index, limit - start); in CheckElementIndex()