Home
last modified time | relevance | path

Searched refs:MethodTypeDexCachePair (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc171 const MethodTypeDexCachePair pair = method_types_cache[i].load(std::memory_order_relaxed); in TEST_F()
Ddex_cache.h127 using MethodTypeDexCachePair = DexCachePair<MethodType>; variable
128 using MethodTypeDexCacheType = std::atomic<MethodTypeDexCachePair>;
Ddex_cache.cc157 mirror::MethodTypeDexCachePair::Initialize(method_types); in InitializeDexCache()
Ddex_cache-inl.h204 MethodTypeDexCachePair(resolved, proto_idx.index_), std::memory_order_relaxed); in SetResolvedMethodType()
421 MethodTypeDexCachePair source = src[i].load(std::memory_order_relaxed); in FixupResolvedMethodTypes()