Searched refs:ThrowClassFormatError (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | common_throws.h | 86 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 | 6165 ThrowClassFormatError(klass.Get(), "java.lang.Object must not have a superclass"); in LinkSuperClass() 6177 ThrowClassFormatError(klass.Get(), "Interfaces must have java.lang.Object as superclass"); in LinkSuperClass() 6460 ThrowClassFormatError(klass.Get(), "Too many methods on interface: %zu", num_virtual_methods); in LinkVirtualMethods() 6477 ThrowClassFormatError(klass.Get(), in LinkVirtualMethods() 6662 ThrowClassFormatError(klass.Get(), "Too many methods defined on class: %zd", actual_count); in LinkVirtualMethods() 6679 ThrowClassFormatError(klass.Get(), "Too many methods: %d", in LinkVirtualMethods()
|
/art/openjdkjvmti/ |
D | ti_class.cc | 110 art::ThrowClassFormatError(nullptr, in MakeSingleDexFile() 126 art::ThrowClassFormatError(nullptr, in MakeSingleDexFile() 135 art::ThrowClassFormatError( in MakeSingleDexFile()
|