Home
last modified time | relevance | path

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

/art/test/2009-structural-local-ref/
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
/art/runtime/
Druntime_callbacks.cc324 /*out*/void** new_method) { in RegisterNativeMethod()
Dclass_linker.cc6270 static MethodTranslation CreateTranslatedMethod(ArtMethod* new_method) { in CreateTranslatedMethod()
7927 ArtMethod& new_method = *out; in ReallocMethods() local
7952 ArtMethod& new_method = *out; in ReallocMethods() local
7975 ArtMethod& new_method = *out; in ReallocMethods() local
/art/runtime/jni/
Djni_id_manager.cc475 ArtMethod* new_method = in VisitReflectiveTargets() local
/art/runtime/jit/
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()
/art/test/004-JniTest/
Djni_test.cc737 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); in TestCalls() local
/art/openjdkjvmti/
Dti_redefine.cc958 for (const art::ClassAccessor::Method& new_method : accessor.GetMethods()) { in CheckMethods() local
2813 art::ArtMethod* new_method = in UpdateClassStructurally() local
/art/compiler/optimizing/
Dinliner.cc1096 ArtMethod* new_method = nullptr; in TryInlinePolymorphicCallToSameTarget() local
/art/runtime/mirror/
Dclass.cc1392 ArtMethod* new_method, in IsMethodPreferredOver()