Home
last modified time | relevance | path

Searched refs:ThrowIllegalAccessError (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dcommon_throws.h92 void ThrowIllegalAccessError(mirror::Class* referrer, const char* fmt, ...)
Dcommon_throws.cc173 void ThrowIllegalAccessError(mirror::Class* referrer, const char* fmt, ...) { in ThrowIllegalAccessError() function
Dclass_linker.cc3285 ThrowIllegalAccessError(klass.get(), "Class %s extended by class %s is inaccessible", in LoadSuperAndInterfaces()
3304 ThrowIllegalAccessError(klass.get(), "Interface %s implemented by class %s is inaccessible", in LoadSuperAndInterfaces()
3340 ThrowIllegalAccessError(klass.get(), "Superclass %s is inaccessible to class %s", in LinkSuperClass()
3622 ThrowIllegalAccessError(klass.get(), in LinkInterfaceMethods()