Searched refs:exArrayStoreException (Results 1 – 3 of 3) sorted by relevance
1214 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()
288 ClassObject* exArrayStoreException; member
80 { &gDvm.exArrayStoreException, "Ljava/lang/ArrayStoreException;" }, in initClassReferences()