Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h1298 void CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, ArtMethod* out)
Dclass_linker.cc5164 CreateProxyMethod(temp_klass, prototype, virtual_method); in CreateProxyClass()
5290 void ClassLinker::CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, in CreateProxyMethod() function in art::ClassLinker