Home
last modified time | relevance | path

Searched refs:Iterate (Results 1 – 11 of 11) sorted by relevance

/art/openjdkjvmti/
Dti_class_loader-inl.h61 for (auto current_element : dex_elements_list.Iterate<art::mirror::Object>()) { in VisitDexFileObjects()
Dti_redefine.cc1768 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()
2780 std::vector<art::ObjPtr<art::mirror::Class>> old_classes_vec(old_classes->Iterate().begin(), in UpdateClassStructurally()
2781 old_classes->Iterate().end()); in UpdateClassStructurally()
2783 for (auto [new_class, old_class] : art::ZipLeft(new_classes->Iterate(), old_classes->Iterate())) { in UpdateClassStructurally()
2797 art::ZipLeft(new_instances->Iterate(), old_instances->Iterate())) { in UpdateClassStructurally()
2805 for (auto [old_class, new_class] : art::ZipLeft(old_classes->Iterate(), new_classes->Iterate())) { in UpdateClassStructurally()
2914 for (auto [new_class, old_class] : art::ZipLeft(new_classes->Iterate(), old_classes->Iterate())) { in UpdateClassStructurally()
2918 art::ZipLeft(new_instances->Iterate(), old_instances->Iterate())) { in UpdateClassStructurally()
[all …]
Dti_threadgroup.cc210 for (auto entry : groups_array_as_array->Iterate()) { in GetChildThreadGroups()
Dti_field.cc179 for (auto str : str_array->Iterate()) { in GetFieldName()
Dti_class.cc729 for (auto str : str_array->Iterate()) { in GetClassSignature()
Dti_method.cc357 for (auto str : str_array->Iterate()) { in GetMethodName()
Dti_heap.cc1171 for (auto elem_pair : art::ZipCount(obj_array->Iterate())) { in VisitArray()
/art/runtime/
Dhandle.h86 ALWAYS_INLINE IterationRange<mirror::HandleArrayIter<Type>> Iterate() in Iterate() function
88 return T::Iterate(*this); in Iterate()
Dclass_loader_utils.h98 for (auto element : dex_elements.Iterate<mirror::Object>()) { in VisitClassLoaderDexElements()
Dclass_loader_context.cc1016 for (auto element : dex_elements.Iterate<mirror::Object>()) { in CollectDexFilesFromSupportedClassLoader()
1050 for (auto element : dex_elements.Iterate<mirror::Object>()) { in GetDexFilesFromDexElementsArray()
1160 for (auto library : shared_libraries.Iterate<mirror::ClassLoader>()) { in CreateInfoFromClassLoader()
/art/runtime/mirror/
Dobject_array.h125 inline IterationRange<ObjPtrArrayIter<T>> Iterate() REQUIRES_SHARED(Locks::mutator_lock_) { in Iterate() function
141 static inline IterationRange<HandleArrayIter<T>> Iterate(Handle<ObjectArray<T>>& h_this) in Iterate() function