Home | History | Annotate | Download | only in space

Lines Matching refs:DexCachePair

601   void FixupDexCacheArrayEntry(std::atomic<mirror::DexCachePair<T>>* array, uint32_t index)
603 static_assert(sizeof(std::atomic<mirror::DexCachePair<T>>) == sizeof(mirror::DexCachePair<T>),
605 PatchGcRoot(&(reinterpret_cast<mirror::DexCachePair<T>*>(array)[index].object));