Home
last modified time | relevance | path

Searched refs:GetObjectForIndex (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Ddex_cache.h90 T* GetObjectForIndex(uint32_t idx) REQUIRES_SHARED(Locks::mutator_lock_);
113 T* GetObjectForIndex(uint32_t idx) REQUIRES_SHARED(Locks::mutator_lock_) { in GetObjectForIndex() function
128 return pair.GetObjectForIndex(index); in Get()
174 return GetPair(index).GetObjectForIndex(index); in Get()
Ddex_cache-inl.h91 inline T* DexCachePair<T>::GetObjectForIndex(uint32_t idx) { in GetObjectForIndex() function