Searched defs:new_method (Results 1 – 9 of 9) 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()
6281 static MethodTranslation CreateTranslatedMethod(ArtMethod* new_method) { in CreateTranslatedMethod()7938 ArtMethod& new_method = *out; in ReallocMethods() local7963 ArtMethod& new_method = *out; in ReallocMethods() local7986 ArtMethod& new_method = *out; in ReallocMethods() local
475 ArtMethod* new_method = in VisitReflectiveTargets() local
199 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()868 void JitCodeCache::MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
737 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); in TestCalls() local
958 for (const art::ClassAccessor::Method& new_method : accessor.GetMethods()) { in CheckMethods() local2813 art::ArtMethod* new_method = in UpdateClassStructurally() local
1096 ArtMethod* new_method = nullptr; in TryInlinePolymorphicCallToSameTarget() local
1392 ArtMethod* new_method, in IsMethodPreferredOver()