Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2642 SirtRef<mirror::ArtMethod>& prototype);
2726 SirtRef<mirror::ArtMethod> prototype(self, methods->Get(i)); in CreateProxyClass() local
2727 mirror::ArtMethod* clone = CreateProxyMethod(self, klass, prototype); in CreateProxyClass()
2757 SirtRef<mirror::ArtMethod> prototype(self, methods->Get(i)); in CreateProxyClass() local
2758 CheckProxyMethod(klass->GetVirtualMethod(i), prototype); in CreateProxyClass()
2843 SirtRef<mirror::ArtMethod>& prototype) { in CreateProxyMethod() argument
2846 prototype->GetDeclaringClass()->GetDexCache()->SetResolvedMethod(prototype->GetDexMethodIndex(), in CreateProxyMethod()
2847 prototype.get()); in CreateProxyMethod()
2850 mirror::ArtMethod* method = down_cast<mirror::ArtMethod*>(prototype->Clone(self)); in CreateProxyMethod()
2875 SirtRef<mirror::ArtMethod>& prototype) in CheckProxyMethod() argument
[all …]
Dclass_linker.h521 SirtRef<mirror::ArtMethod>& prototype)