Searched refs:exNoClassDefFoundError (Results 1 – 4 of 4) sorted by relevance
303 ClassObject* exNoClassDefFoundError; member
102 { &gDvm.exNoClassDefFoundError, "Ljava/lang/NoClassDefFoundError;" }, in initClassReferences()
1373 dvmThrowExceptionWithClassMessage(gDvm.exNoClassDefFoundError, in dvmThrowNoClassDefFoundError()1380 gDvm.exNoClassDefFoundError, descriptor, cause); in dvmThrowChainedNoClassDefFoundError()
1419 exceptionClass = gDvm.exNoClassDefFoundError; in dvmThrowVerificationError()