Home
last modified time | relevance | path

Searched refs:CheckProxyMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker.h1241 void CheckProxyMethod(ArtMethod* method, ArtMethod* prototype) const
Dclass_linker.cc5110 CheckProxyMethod(virtual_method, proxied_methods[i]); in CreateProxyClass()
5192 void ClassLinker::CheckProxyMethod(ArtMethod* method, ArtMethod* prototype) const { in CheckProxyMethod() function in art::ClassLinker