Searched refs:Iterate (Results 1 – 12 of 12) sorted by relevance
61 for (auto current_element : dex_elements_list.Iterate<art::mirror::Object>()) { in VisitDexFileObjects()
1768 auto iterator = art::ZipLeft(old_classes_arr.Iterate<art::mirror::Class>(), in CollectAndCreateNewInstances()1769 new_classes_arr.Iterate<art::mirror::Class>()); in CollectAndCreateNewInstances()2617 art::ZipLeft(data.GetNewClasses()->Iterate(), data.GetOldClasses()->Iterate())) { in CollectNewFieldAndMethodMappings()2776 std::vector<art::ObjPtr<art::mirror::Class>> old_classes_vec(old_classes->Iterate().begin(), in UpdateClassStructurally()2777 old_classes->Iterate().end()); in UpdateClassStructurally()2779 for (auto [new_class, old_class] : art::ZipLeft(new_classes->Iterate(), old_classes->Iterate())) { in UpdateClassStructurally()2793 art::ZipLeft(new_instances->Iterate(), old_instances->Iterate())) { in UpdateClassStructurally()2801 for (auto [old_class, new_class] : art::ZipLeft(old_classes->Iterate(), new_classes->Iterate())) { in UpdateClassStructurally()2847 auto orig_classes_iter = old_classes->Iterate(); in UpdateClassStructurally()2848 auto replacement_classes_iter = new_classes->Iterate(); in UpdateClassStructurally()[all …]
210 for (auto entry : groups_array_as_array->Iterate()) { in GetChildThreadGroups()
179 for (auto str : str_array->Iterate()) { in GetFieldName()
729 for (auto str : str_array->Iterate()) { in GetClassSignature()
357 for (auto str : str_array->Iterate()) { in GetMethodName()
1171 for (auto elem_pair : art::ZipCount(obj_array->Iterate())) { in VisitArray()
86 ALWAYS_INLINE IterationRange<mirror::HandleArrayIter<Type>> Iterate() in Iterate() function88 return T::Iterate(*this); in Iterate()
98 for (auto element : dex_elements.Iterate<mirror::Object>()) { in VisitClassLoaderDexElements()
1017 for (auto element : dex_elements.Iterate<mirror::Object>()) { in CollectDexFilesFromSupportedClassLoader()1051 for (auto element : dex_elements.Iterate<mirror::Object>()) { in GetDexFilesFromDexElementsArray()1161 for (auto library : shared_libraries.Iterate<mirror::ClassLoader>()) { in CreateInfoFromClassLoader()
1679 for (auto dex_cache : dex_caches.Iterate<mirror::DexCache>()) { in Update()1871 for (auto dex_cache : dex_caches->Iterate()) { in OpenImageDexFiles()2132 for (auto dex_cache : dex_caches.Iterate<mirror::DexCache>()) { in AddImageSpace()2175 for (auto dex_cache : dex_caches.Iterate<mirror::DexCache>()) { in AddImageSpace()2855 for (auto loader : shared_libraries.Iterate<mirror::ClassLoader>()) { in FindClassInSharedLibraries()5110 for (auto [mirror, idx] : ZipCount(h_methods.Iterate<mirror::Method>())) { in CreateProxyClass()
125 inline IterationRange<ObjPtrArrayIter<T>> Iterate() REQUIRES_SHARED(Locks::mutator_lock_) { in Iterate() function141 static inline IterationRange<HandleArrayIter<T>> Iterate(Handle<ObjectArray<T>>& h_this) in Iterate() function