Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc159 static void ThrowNoClassDefFoundError(const char* fmt, ...)
162 static void ThrowNoClassDefFoundError(const char* fmt, ...) { in ThrowNoClassDefFoundError() function
3128 ThrowNoClassDefFoundError("Invalid descriptor: %s.", descriptor); in FindClass()
3216 ThrowNoClassDefFoundError( in FindClass()
4400 ThrowNoClassDefFoundError("Attempt to create array of void primitive type"); in CreateArrayClass()
4508 ThrowNoClassDefFoundError("Not a primitive type: %s", printable_type.c_str()); in FindPrimitiveClass()
5765 ThrowNoClassDefFoundError("<clinit> failed for class %s; see exception in other thread", in WaitForInitializeClass()
8777 ThrowNoClassDefFoundError("Failed resolution of: %s", descriptor); in DoResolveType()