Home
last modified time | relevance | path

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

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