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

/art/runtime/
H A Dclass_linker.cc4369 auto* prototype = h_methods->Get(i)->GetArtMethod(); local
4370 CreateProxyMethod(temp_klass, prototype, virtual_method);
4372 DCHECK(prototype->GetDeclaringClass() != nullptr);
4425 auto* prototype = h_methods->Get(i++)->GetArtMethod(); local
4426 CheckProxyMethod(virtual_method, prototype);
4488 void ClassLinker::CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, argument
4490 // Ensure prototype is in dex cache so that we can use the dex cache to look up the overridden
4491 // prototype method
4492 auto* dex_cache = prototype->GetDeclaringClass()->GetDexCache();
4494 if (dex_cache->GetResolvedMethod(prototype
[all...]
H A Dclass_linker.h1055 void CheckProxyMethod(ArtMethod* method, ArtMethod* prototype) const
1068 void CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, ArtMethod* out)

Completed in 61 milliseconds