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

/art/runtime/
H A Dclass_linker.cc122 static void ThrowNoClassDefFoundError(const char* fmt, ...)
125 static void ThrowNoClassDefFoundError(const char* fmt, ...) { function in namespace:art
2607 ThrowNoClassDefFoundError("Invalid descriptor: %s.", descriptor);
2682 ThrowNoClassDefFoundError(
3640 ThrowNoClassDefFoundError("Attempt to create array of void primitive type");
3794 ThrowNoClassDefFoundError("Not a primitive type: %s", printable_type.c_str());
4927 ThrowNoClassDefFoundError("<clinit> failed for class %s; see exception in other thread",
7939 ThrowNoClassDefFoundError("Failed resolution of: %s", descriptor);

Completed in 105 milliseconds