Home
last modified time | relevance | path

Searched defs:new_method (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/test/2009-structural-local-ref/
H A Dlocal-ref.cc39 jmethodID new_method = in Java_art_Test2009_NativeLocalCallStatic() local
53 jmethodID new_method = env->GetMethodID(obj_klass, "getGreeting", "()Ljava/lang/String;"); in Java_art_Test2009_NativeLocalCallVirtual() local
/aosp12/art/runtime/
H A Druntime_callbacks.cc324 /*out*/void** new_method) { in RegisterNativeMethod()
H A Dclass_linker.cc6281 static MethodTranslation CreateTranslatedMethod(ArtMethod* new_method) { in CreateTranslatedMethod()
7938 ArtMethod& new_method = *out; in ReallocMethods() local
7963 ArtMethod& new_method = *out; in ReallocMethods() local
7986 ArtMethod& new_method = *out; in ReallocMethods() local
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc475 ArtMethod* new_method = in VisitReflectiveTargets() local
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc199 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
868 void JitCodeCache::MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
/aosp12/art/test/004-JniTest/
H A Djni_test.cc737 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); in TestCalls() local
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc958 for (const art::ClassAccessor::Method& new_method : accessor.GetMethods()) { in CheckMethods() local
2813 art::ArtMethod* new_method = in UpdateClassStructurally() local
/aosp12/art/compiler/optimizing/
H A Dinliner.cc1096 ArtMethod* new_method = nullptr; in TryInlinePolymorphicCallToSameTarget() local
/aosp12/art/runtime/mirror/
H A Dclass.cc1392 ArtMethod* new_method, in IsMethodPreferredOver()