Searched refs:dvmThrowClassFormatError (Results 1 – 3 of 3) sorted by relevance
269 void dvmThrowClassFormatError(const char* msg);
1253 void dvmThrowClassFormatError(const char* msg) { in dvmThrowClassFormatError() function
2649 dvmThrowClassFormatError("java.lang.Object has a superclass"); in dvmLinkClass()