Searched refs:prototype (Results 1 – 2 of 2) sorted by relevance
2642 SirtRef<mirror::ArtMethod>& prototype);2726 SirtRef<mirror::ArtMethod> prototype(self, methods->Get(i)); in CreateProxyClass() local2727 mirror::ArtMethod* clone = CreateProxyMethod(self, klass, prototype); in CreateProxyClass()2757 SirtRef<mirror::ArtMethod> prototype(self, methods->Get(i)); in CreateProxyClass() local2758 CheckProxyMethod(klass->GetVirtualMethod(i), prototype); in CreateProxyClass()2843 SirtRef<mirror::ArtMethod>& prototype) { in CreateProxyMethod() argument2846 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 …]
521 SirtRef<mirror::ArtMethod>& prototype)