Home
last modified time | relevance | path

Searched refs:ConstIterate (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dhandle.h80 ALWAYS_INLINE IterationRange<mirror::ConstHandleArrayIter<Type>> ConstIterate() const in ConstIterate() function
82 return T::ConstIterate(*this); in ConstIterate()
Dclass_linker.cc2060 for (auto dex_cache : dex_caches.ConstIterate<mirror::DexCache>()) { in VerifyAppImage()
/art/runtime/mirror/
Dobject_array.h120 …inline IterationRange<ConstObjPtrArrayIter<T>> ConstIterate() const REQUIRES_SHARED(Locks::mutator… in ConstIterate() function
133 static inline IterationRange<ConstHandleArrayIter<T>> ConstIterate( in ConstIterate() function