Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h875 static MethodTranslation CreateTranslatedMethod(ArtMethod* new_method) { in CreateTranslatedMethod()
Dart_method-inl.h146 inline void ArtMethod::SetDexCacheResolvedMethod(uint16_t method_index, ArtMethod* new_method, in SetDexCacheResolvedMethod()
Dclass_linker.cc6852 ArtMethod& new_method = *out; in LinkInterfaceMethods() local
6867 ArtMethod& new_method = *out; in LinkInterfaceMethods() local
6880 ArtMethod& new_method = *out; in LinkInterfaceMethods() local
6964 auto* new_method = it->second; in LinkInterfaceMethods() local
/art/runtime/mirror/
Dclass-inl.h1091 ArtMethod* new_method = visitor(method); in FixupNativePointers() local
1099 ArtMethod* new_method = visitor(method); in FixupNativePointers() local
/art/compiler/optimizing/
Dinliner.cc650 ArtMethod* new_method = nullptr; in TryInlinePolymorphicCallToSameTarget() local
/art/test/004-JniTest/
Djni_test.cc688 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); in TestCalls() local