Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h91 void ThrowIllegalAccessError(mirror::Class* referrer, const char* fmt, ...)
Dcommon_throws.cc191 void ThrowIllegalAccessError(mirror::Class* referrer, const char* fmt, ...) { in ThrowIllegalAccessError() function
Dclass_linker.cc4685 ThrowIllegalAccessError(klass.Get(), "Class %s extended by class %s is inaccessible", in LoadSuperAndInterfaces()
4710 ThrowIllegalAccessError(klass.Get(), "Interface %s implemented by class %s is inaccessible", in LoadSuperAndInterfaces()
4746 ThrowIllegalAccessError(klass.Get(), "Superclass %s is inaccessible to class %s", in LinkSuperClass()
5251 ThrowIllegalAccessError( in LinkInterfaceMethods()