Home
last modified time | relevance | path

Searched refs:exArrayIndexOutOfBoundsException (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/native/
Djava_lang_System.cpp147 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException, in Dalvik_java_lang_System_arraycopy()
/dalvik/vm/
DGlobals.h279 ClassObject* exArrayIndexOutOfBoundsException; member
DInitRefs.cpp79 { &gDvm.exArrayIndexOutOfBoundsException, "Ljava/lang/ArrayIndexOutOfBoundsException;" }, in initClassReferences()
DException.cpp1207 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException, in dvmThrowArrayIndexOutOfBoundsException()
DJni.cpp2441 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException, in throwArrayRegionOutOfBounds()