Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3861 Handle<mirror::ArtMethod> prototype(hs.NewHandle(decoded_methods->Get(i))); in CreateProxyClass() local
3913 Handle<mirror::ArtMethod> prototype(hs.NewHandle(decoded_methods->Get(i))); in CreateProxyClass() local
4005 Handle<mirror::ArtMethod> prototype) { in CreateProxyMethod()
4034 static void CheckProxyMethod(Handle<mirror::ArtMethod> method, Handle<mirror::ArtMethod> prototype) in CheckProxyMethod()