Searched refs:TypeDexCachePair (Results 1 – 5 of 5) sorted by relevance
31 mirror::TypeDexCachePair cleared(nullptr, mirror::TypeDexCachePair::InvalidIndexForSlot(i)); in Java_Main_nativeClearResolvedTypes()
173 TypeDexCachePair(resolved, type_idx.index_), std::memory_order_release); in SetResolvedType()184 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedType()411 TypeDexCachePair source = src[i].load(std::memory_order_relaxed); in FixupResolvedTypes()
117 using TypeDexCachePair = DexCachePair<Class>; variable118 using TypeDexCacheType = std::atomic<TypeDexCachePair>;
150 mirror::TypeDexCachePair::Initialize(types); in InitializeDexCache()
1262 mirror::TypeDexCachePair pair = in ClearDexCache()1361 mirror::TypeDexCachePair pair = in PreloadDexCache()