Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h95 void ThrowIllegalAccessErrorClassForMethodDispatch(ObjPtr<mirror::Class> referrer,
Dcommon_throws.cc198 void ThrowIllegalAccessErrorClassForMethodDispatch(ObjPtr<mirror::Class> referrer, in ThrowIllegalAccessErrorClassForMethodDispatch() function
/art/runtime/mirror/
Dclass-inl.h505 ThrowIllegalAccessErrorClassForMethodDispatch(this, in ResolvedMethodAccessTest()