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 | 6299 ThrowClassFormatError(klass.Get(), "java.lang.Object must not have a superclass"); in LinkSuperClass() 6311 ThrowClassFormatError(klass.Get(), "Interfaces must have java.lang.Object as superclass"); in LinkSuperClass() 6518 ThrowClassFormatError(klass.Get(), "Too many methods on interface: %zu", num_virtual_methods); in LinkVirtualMethods() 6535 ThrowClassFormatError(klass.Get(), in LinkVirtualMethods() 6717 ThrowClassFormatError(klass.Get(), "Too many methods defined on class: %zd", actual_count); in LinkVirtualMethods() 6734 ThrowClassFormatError(klass.Get(), "Too many methods: %d", in LinkVirtualMethods()
|
/art/openjdkjvmti/ |
D | ti_class.cc | 109 art::ThrowClassFormatError(nullptr, in MakeSingleDexFile() 125 art::ThrowClassFormatError(nullptr, in MakeSingleDexFile() 134 art::ThrowClassFormatError( in MakeSingleDexFile()
|