Searched refs:GetObjectForIndex (Results 1 – 2 of 2) sorted by relevance
90 T* GetObjectForIndex(uint32_t idx) REQUIRES_SHARED(Locks::mutator_lock_);113 T* GetObjectForIndex(uint32_t idx) REQUIRES_SHARED(Locks::mutator_lock_) { in GetObjectForIndex() function128 return pair.GetObjectForIndex(index); in Get()174 return GetPair(index).GetObjectForIndex(index); in Get()
91 inline T* DexCachePair<T>::GetObjectForIndex(uint32_t idx) { in GetObjectForIndex() function