Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h90 void ThrowIllegalAccessError(mirror::Class* referrer, const char* fmt, ...)
Dcommon_throws.cc180 void ThrowIllegalAccessError(mirror::Class* referrer, const char* fmt, ...) { in ThrowIllegalAccessError() function
Dclass_linker.cc4288 ThrowIllegalAccessError(klass.Get(), "Class %s extended by class %s is inaccessible", in LoadSuperAndInterfaces()
4313 ThrowIllegalAccessError(klass.Get(), "Interface %s implemented by class %s is inaccessible", in LoadSuperAndInterfaces()
4349 ThrowIllegalAccessError(klass.Get(), "Superclass %s is inaccessible to class %s", in LinkSuperClass()
4905 ThrowIllegalAccessError(klass.Get(), in LinkInterfaceMethods()