Home
last modified time | relevance | path

Searched refs:old_methods (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method-inl.h484 ArtMethod** old_methods = GetDexCacheResolvedMethods(pointer_size); in UpdateObjectsForImageRelocation() local
485 ArtMethod** new_methods = visitor(old_methods); in UpdateObjectsForImageRelocation()
486 if (old_methods != new_methods) { in UpdateObjectsForImageRelocation()
Dclass_linker.cc6814 LengthPrefixedArray<ArtMethod>* old_methods = klass->GetMethodsPtr(); in LinkInterfaceMethods() local
6827 const size_t old_methods_ptr_size = (old_methods != nullptr) ? old_size : 0; in LinkInterfaceMethods()
6829 runtime->GetLinearAlloc()->Realloc(self, old_methods, old_methods_ptr_size, new_size)); in LinkInterfaceMethods()
6836 if (methods != old_methods) { in LinkInterfaceMethods()
7016 if (methods != old_methods && old_methods != nullptr && kIsDebugBuild) { in LinkInterfaceMethods()
7023 memset(old_methods, 0xFEu, old_size); in LinkInterfaceMethods()