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

  /art/compiler/utils/
atomic_dex_ref_map-inl.h 36 return (*array)[ref.index].CompareExchangeStrongSequentiallyConsistent(expected, desired)
  /art/runtime/jit/
profiling_info.cc 106 CompareExchangeStrongSequentiallyConsistent(expected_root, desired_root)) {
  /art/runtime/
atomic.h 245 bool CompareExchangeStrongSequentiallyConsistent(T expected_value, T desired_value) {
art_method-inl.h 84 CompareExchangeStrongSequentiallyConsistent(
thread.cc     [all...]
  /art/runtime/mirror/
object-inl.h 643 return atomic_addr->CompareExchangeStrongSequentiallyConsistent(old_value, new_value);
716 return atomic_addr->CompareExchangeStrongSequentiallyConsistent(old_value, new_value);
    [all...]
dex_cache-inl.h 170 if (ref.CompareExchangeStrongSequentiallyConsistent(null_call_site, candidate)) {
class.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 1278 milliseconds