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

  /art/runtime/gc/space/
bump_pointer_space.h 152 objects_allocated_.FetchAndSubSequentiallyConsistent(objects);
153 bytes_allocated_.FetchAndSubSequentiallyConsistent(bytes);
zygote_space.cc 123 zygote_space->objects_allocated_.FetchAndSubSequentiallyConsistent(num_ptrs);
  /art/runtime/base/
allocator.h 101 g_bytes_used[tag].FetchAndSubSequentiallyConsistent(bytes);
  /art/runtime/
atomic.h 282 T FetchAndSubSequentiallyConsistent(const T value) {
thread_list.cc 588 pending_threads.FetchAndSubSequentiallyConsistent(1);
    [all...]
  /art/runtime/gc/accounting/
atomic_stack.h 151 back_index_.FetchAndSubSequentiallyConsistent(n);
  /art/runtime/gc/
heap.cc     [all...]

Completed in 99 milliseconds