Searched refs:MethodTypeDexCachePair (Results 1 – 4 of 4) sorted by relevance
171 const MethodTypeDexCachePair pair = method_types_cache[i].load(std::memory_order_relaxed); in TEST_F()
136 using MethodTypeDexCachePair = DexCachePair<MethodType>; variable137 using MethodTypeDexCacheType = std::atomic<MethodTypeDexCachePair>;
146 MethodTypeDexCachePair(resolved, proto_idx), std::memory_order_relaxed); in SetResolvedMethodType()356 MethodTypeDexCachePair source = src[i].load(std::memory_order_relaxed); in FixupResolvedMethodTypes()
157 mirror::MethodTypeDexCachePair::Initialize(method_types); in InitializeDexCache()