Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h520 ALWAYS_INLINE static void AtomicStoreRelease16B( in AtomicStoreRelease16B() function
536 ALWAYS_INLINE static void AtomicStoreRelease16B( in AtomicStoreRelease16B() function
551 static void AtomicStoreRelease16B(std::atomic<ConversionPair64>* target, ConversionPair64 value);
Ddex_cache.cc260 void DexCache::AtomicStoreRelease16B(std::atomic<ConversionPair64>* target, in AtomicStoreRelease16B() function in art::mirror::DexCache
Ddex_cache-inl.h297 AtomicStoreRelease16B(&array[idx], v); in SetNativePair()