Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h101 void ThrowIllegalAccessErrorMethod(ObjPtr<mirror::Class> referrer, ArtMethod* accessed)
Dcommon_throws.cc210 void ThrowIllegalAccessErrorMethod(ObjPtr<mirror::Class> referrer, ArtMethod* accessed) { in ThrowIllegalAccessErrorMethod() function
Dclass_linker.cc9135 ThrowIllegalAccessErrorMethod(referring_class, target_method); in ResolveMethodHandleForMethod()
/art/runtime/mirror/
Dclass-inl.h517 ThrowIllegalAccessErrorMethod(this, method); in ResolvedMethodAccessTest()