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

/art/runtime/
H A Dclass_linker.cc77 static void ThrowNoClassDefFoundError(const char* fmt, ...)
80 static void ThrowNoClassDefFoundError(const char* fmt, ...) { function in namespace:art
2214 ThrowNoClassDefFoundError("Class %s not found", PrintableString(descriptor).c_str());
3112 ThrowNoClassDefFoundError("Attempt to create array of void primitive type");
3259 ThrowNoClassDefFoundError("Not a primitive type: %s", printable_type.c_str());
4309 ThrowNoClassDefFoundError("<clinit> failed for class %s; see exception in other thread",
5662 ThrowNoClassDefFoundError("Failed resolution of: %s", descriptor);

Completed in 175 milliseconds