Home
last modified time | relevance | path

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

/dalvik/vm/
DException.h269 void dvmThrowClassFormatError(const char* msg);
DException.cpp1253 void dvmThrowClassFormatError(const char* msg) { in dvmThrowClassFormatError() function
/dalvik/vm/oo/
DClass.cpp2649 dvmThrowClassFormatError("java.lang.Object has a superclass"); in dvmLinkClass()