Searched defs:ThrowNoClassDefFoundError (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc91 static void ThrowNoClassDefFoundError(const char* fmt, ...)
94 static void ThrowNoClassDefFoundError(const char* fmt, ...) { function in namespace:art
2605 ThrowNoClassDefFoundError("Attempt to create array of void primitive type");
2749 ThrowNoClassDefFoundError("Not a primitive type: %s", printable_type.c_str());
3779 ThrowNoClassDefFoundError("<clinit> failed for class %s; see exception in other thread",
5327 ThrowNoClassDefFoundError("Failed resolution of: %s", descriptor);

Completed in 221 milliseconds