Searched refs:MethodTypeDexCachePair (Results 1 – 5 of 5) sorted by relevance
171 const MethodTypeDexCachePair pair = method_types_cache[i].load(std::memory_order_relaxed); in TEST_F()
204 MethodTypeDexCachePair(resolved, proto_idx.index_), std::memory_order_relaxed); in SetResolvedMethodType()391 MethodTypeDexCachePair source = src[i].load(std::memory_order_relaxed); in FixupResolvedMethodTypes()
129 using MethodTypeDexCachePair = DexCachePair<MethodType>; variable130 using MethodTypeDexCacheType = std::atomic<MethodTypeDexCachePair>;
124 mirror::MethodTypeDexCachePair::Initialize(method_types); in InitializeNativeFields()
1149 mirror::MethodTypeDexCachePair invalid( in ClearDexCache()1150 nullptr, mirror::MethodTypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearDexCache()