Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc4930 auto* prototype = h_methods->Get(i)->GetArtMethod(); in CreateProxyClass() local
4995 auto* prototype = h_methods->Get(i++)->GetArtMethod(); in CreateProxyClass() local
5053 void ClassLinker::CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, in CreateProxyMethod()