Searched refs:TypeDexCachePair (Results 1 – 5 of 5) sorted by relevance
31 mirror::TypeDexCachePair cleared(nullptr, mirror::TypeDexCachePair::InvalidIndexForSlot(i)); in Java_Main_nativeClearResolvedTypes()
172 TypeDexCachePair(resolved, type_idx.index_), std::memory_order_release); in SetResolvedType()183 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedType()408 TypeDexCachePair source = src[i].load(std::memory_order_relaxed); in FixupResolvedTypes()
115 using TypeDexCachePair = DexCachePair<Class>; variable116 using TypeDexCacheType = std::atomic<TypeDexCachePair>;
148 mirror::TypeDexCachePair::Initialize(types); in InitializeDexCache()
1632 mirror::TypeDexCachePair pair = in PruneDexCache()1726 mirror::TypeDexCachePair pair = in PreloadDexCache()