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

/art/runtime/
H A Dclass_linker.cc3717 Handle<mirror::ArtMethod> prototype);
3804 Handle<mirror::ArtMethod> prototype(hs.NewHandle(decoded_methods->Get(i)));
3805 mirror::ArtMethod* clone = CreateProxyMethod(self, klass, prototype);
3856 Handle<mirror::ArtMethod> prototype(hs.NewHandle(decoded_methods->Get(i)));
3858 CheckProxyMethod(virtual_method, prototype);
3947 Handle<mirror::ArtMethod> prototype) {
3948 // Ensure prototype is in dex cache so that we can use the dex cache to look up the overridden
3949 // prototype method
3950 prototype->GetDeclaringClass()->GetDexCache()->SetResolvedMethod(prototype
3945 CreateProxyMethod(Thread* self, Handle<mirror::Class> klass, Handle<mirror::ArtMethod> prototype) argument
[all...]

Completed in 14 milliseconds