Searched defs:new_method (Results 1 – 11 of 11) sorted by relevance
39 jmethodID new_method = in Java_art_Test2009_NativeLocalCallStatic() local53 jmethodID new_method = env->GetMethodID(obj_klass, "getGreeting", "()Ljava/lang/String;"); in Java_art_Test2009_NativeLocalCallVirtual() local
324 /*out*/void** new_method) { in RegisterNativeMethod()
1163 static MethodTranslation CreateTranslatedMethod(ArtMethod* new_method) { in CreateTranslatedMethod()
7972 ArtMethod& new_method = *out; in ReallocMethods() local7995 ArtMethod& new_method = *out; in ReallocMethods() local8018 ArtMethod& new_method = *out; in ReallocMethods() local
475 ArtMethod* new_method = in VisitReflectiveTargets() local
198 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()888 void JitCodeCache::MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
1131 ArtMethod* new_method = reinterpret_cast<ArtMethod*>( in MapBootImageMethods() local
708 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); in TestCalls() local
961 for (const art::ClassAccessor::Method& new_method : accessor.GetMethods()) { in CheckMethods() local2809 art::ArtMethod* new_method = in UpdateClassStructurally() local
1207 ArtMethod* new_method = nullptr; in TryInlinePolymorphicCallToSameTarget() local
1423 ArtMethod* new_method, in IsMethodPreferredOver()