Searched refs:old_method_array (Results 1 – 2 of 2) sorted by relevance
774 void RelocateNativeDexCacheArray(mirror::NativeArray<T>* old_method_array, in RelocateNativeDexCacheArray() argument778 if (old_method_array == nullptr) { in RelocateNativeDexCacheArray()782 auto it = native_relocations_.find(old_method_array); in RelocateNativeDexCacheArray()802 mirror::NativeArray<ArtMethod>* old_method_array = cache->GetResolvedMethodsArray(); in RelocateDexCacheArrays() local803 cache->SetResolvedMethodsArray(visitor(old_method_array)); in RelocateDexCacheArrays()804 RelocateNativeDexCacheArray(old_method_array, dex_file.NumMethodIds(), visitor); in RelocateDexCacheArrays()
8334 Handle<mirror::PointerArray> old_method_array = hs.NewHandle(method_array); in FinalizeIfTable() local8346 mirror::Array::CopyOf(old_method_array, self, num_methods)); in FinalizeIfTable()