Searched refs:ThrowClassFormatError (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | common_throws.h | 90 EXPORT void ThrowClassFormatError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)
|
D | common_throws.cc | 182 void ThrowClassFormatError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowClassFormatError() function
|
D | class_linker.cc | 6512 ThrowClassFormatError(klass.Get(), "java.lang.Object must not have a superclass"); in LinkSuperClass() 6524 ThrowClassFormatError(klass.Get(), "Interfaces must have java.lang.Object as superclass"); in LinkSuperClass() 8666 ThrowClassFormatError(klass, "Too many methods defined on class: %zd", vtable_length); in AssignVTableIndexes() 8793 ThrowClassFormatError(klass.Get(), "Too many methods on interface: %zu", num_virtual_methods); in LinkMethods() 8813 ThrowClassFormatError(klass.Get(), in LinkMethods() 8860 ThrowClassFormatError( in LinkMethods() 9864 ThrowClassFormatError(klass.Get(), "%s", visitor.GetErrorMsg().c_str()); in VerifyRecordClass()
|
/art/openjdkjvmti/ |
D | ti_class.cc | 109 art::ThrowClassFormatError(nullptr, in MakeSingleDexFile() 123 art::ThrowClassFormatError(nullptr, in MakeSingleDexFile() 132 art::ThrowClassFormatError( in MakeSingleDexFile()
|