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

  /art/runtime/jit/
profiling_info.cc 90 CompareExchangeStrongSequentiallyConsistent(expected_root, desired_root)) {
  /art/runtime/
atomic.h 240 bool CompareExchangeStrongSequentiallyConsistent(T expected_value, T desired_value) {
art_method-inl.h 74 CompareExchangeStrongSequentiallyConsistent(
thread.cc     [all...]
  /art/runtime/mirror/
object-inl.h 722 return atomic_addr->CompareExchangeStrongSequentiallyConsistent(old_value, new_value);
    [all...]
class.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 128 milliseconds