Searched refs:ThrowIllegalAccessError (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | common_throws.h | 110 void ThrowIllegalAccessError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)
|
D | common_throws.cc | 233 void ThrowIllegalAccessError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIllegalAccessError() function
|
D | class_linker.cc | 6126 ThrowIllegalAccessError(klass.Get(), "Class %s extended by class %s is inaccessible", in LoadSuperAndInterfaces() 6146 ThrowIllegalAccessError(klass.Get(), in LoadSuperAndInterfaces() 6195 ThrowIllegalAccessError(klass.Get(), "Superclass %s is inaccessible to class %s", in LinkSuperClass() 8250 ThrowIllegalAccessError(klass.Get(), in LinkInterfaceMethods()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 158 ThrowIllegalAccessError(nullptr, "Class %s is inaccessible", in CheckObjectAlloc()
|