Home
last modified time | relevance | path

Searched refs:AtomicStoreRelease16B (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Ddex_cache.h531 ALWAYS_INLINE static void AtomicStoreRelease16B( in AtomicStoreRelease16B() function
547 ALWAYS_INLINE static void AtomicStoreRelease16B( in AtomicStoreRelease16B() function
562 static void AtomicStoreRelease16B(std::atomic<ConversionPair64>* target, ConversionPair64 value);
Ddex_cache.cc298 void DexCache::AtomicStoreRelease16B(std::atomic<ConversionPair64>* target, in AtomicStoreRelease16B() function in art::mirror::DexCache
Ddex_cache-inl.h330 AtomicStoreRelease16B(&array[idx], v); in SetNativePairPtrSize()