HomeSort by relevance Sort by last modified time
    Searched refs:AtomicStoreRelease16B (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
dex_cache.h 525 ALWAYS_INLINE static void AtomicStoreRelease16B(
541 ALWAYS_INLINE static void AtomicStoreRelease16B(
556 static void AtomicStoreRelease16B(std::atomic<ConversionPair64>* target, ConversionPair64 value);
dex_cache.cc 249 void DexCache::AtomicStoreRelease16B(std::atomic<ConversionPair64>* target,
dex_cache-inl.h 329 AtomicStoreRelease16B(&array[idx], v);

Completed in 331 milliseconds