Home
last modified time | relevance | path

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

/dalvik/vm/
DException.cpp1214 throwTypeError(gDvm.exArrayStoreException, in dvmThrowArrayStoreExceptionIncompatibleElement()
1221 dvmThrowExceptionFmt(gDvm.exArrayStoreException, "%s of type %s is not an array", in dvmThrowArrayStoreExceptionNotArray()
1227 throwTypeError(gDvm.exArrayStoreException, in dvmThrowArrayStoreExceptionIncompatibleArrays()
1237 dvmThrowExceptionFmt(gDvm.exArrayStoreException, in dvmThrowArrayStoreExceptionIncompatibleArrayElement()
DGlobals.h288 ClassObject* exArrayStoreException; member
DInitRefs.cpp80 { &gDvm.exArrayStoreException, "Ljava/lang/ArrayStoreException;" }, in initClassReferences()