Home
last modified time | relevance | path

Searched refs:ConstIterate (Results 1 – 2 of 2) 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()
/art/runtime/mirror/
Dobject_array.h122 …inline IterationRange<ConstObjPtrArrayIter<T>> ConstIterate() const REQUIRES_SHARED(Locks::mutator… in ConstIterate() function
135 static inline IterationRange<ConstHandleArrayIter<T>> ConstIterate( in ConstIterate() function