Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.h1254 void CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, ArtMethod* out)
H A Dclass_linker.cc5039 CreateProxyMethod(temp_klass, prototype, virtual_method); in CreateProxyClass()
5167 void ClassLinker::CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, in CreateProxyMethod() function in art::ClassLinker