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

/art/runtime/
H A Dclass_linker.cc3344 auto* prototype = h_methods->Get(i)->GetArtMethod(); local
3345 CreateProxyMethod(klass, prototype, virtual_method);
3347 DCHECK(prototype->GetDeclaringClass() != nullptr);
3393 auto* prototype = h_methods->Get(i++)->GetArtMethod(); local
3394 CheckProxyMethod(virtual_method, prototype);
3470 void ClassLinker::CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, argument
3472 // Ensure prototype is in dex cache so that we can use the dex cache to look up the overridden
3473 // prototype method
3474 auto* dex_cache = prototype->GetDeclaringClass()->GetDexCache();
3476 if (dex_cache->GetResolvedMethod(prototype
[all...]

Completed in 84 milliseconds