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 492 ALWAYS_INLINE static void AtomicStoreRelease16B(
508 ALWAYS_INLINE static void AtomicStoreRelease16B(
523 static void AtomicStoreRelease16B(std::atomic<ConversionPair64>* target, ConversionPair64 value);
dex_cache.cc 232 void DexCache::AtomicStoreRelease16B(std::atomic<ConversionPair64>* target,
dex_cache-inl.h 294 AtomicStoreRelease16B(&array[idx], v);

Completed in 671 milliseconds