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 150 objects_allocated_.FetchAndSubSequentiallyConsistent(objects);
151 bytes_allocated_.FetchAndSubSequentiallyConsistent(bytes);
zygote_space.cc 123 zygote_space->objects_allocated_.FetchAndSubSequentiallyConsistent(num_ptrs);
  /art/runtime/base/
allocator.h 83 bytes_used_[tag].FetchAndSubSequentiallyConsistent(bytes);
  /art/runtime/
atomic.h 273 T FetchAndSubSequentiallyConsistent(const T value) {
  /art/runtime/gc/accounting/
atomic_stack.h 131 back_index_.FetchAndSubSequentiallyConsistent(n);
  /art/runtime/gc/
heap.h     [all...]
heap.cc     [all...]

Completed in 198 milliseconds