Home
last modified time | relevance | path

Searched refs:ThrowIllegalAccessErrorForImplementingMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_throws.h118 void ThrowIllegalAccessErrorForImplementingMethod(ObjPtr<mirror::Class> klass,
Dcommon_throws.cc240 void ThrowIllegalAccessErrorForImplementingMethod(ObjPtr<mirror::Class> klass, in ThrowIllegalAccessErrorForImplementingMethod() function
Dart_method.cc197 ThrowIllegalAccessErrorForImplementingMethod(receiver->GetClass(), np_method, this); in ThrowInvocationTimeError()
Dclass_linker.cc8737 ThrowIllegalAccessErrorForImplementingMethod(klass, virtual_method, interface_method); in FindCopiedMethodsForInterface()