Home
last modified time | relevance | path

Searched refs:ThrowStringIndexOutOfBoundsException (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dstring-inl.h48 ThrowStringIndexOutOfBoundsException(index, count); in CharAt()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc102 ThrowStringIndexOutOfBoundsException(index, length); in artThrowStringBoundsFromCode()
/aosp12/art/runtime/
H A Dcommon_throws.h262 void ThrowStringIndexOutOfBoundsException(int index, int length)
H A Dcommon_throws.cc800 void ThrowStringIndexOutOfBoundsException(int index, int length) { in ThrowStringIndexOutOfBoundsException() function