Searched refs:FetchAndSubSequentiallyConsistent (Results 1 - 6 of 6) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space.h158 objects_allocated_.FetchAndSubSequentiallyConsistent(objects);
159 bytes_allocated_.FetchAndSubSequentiallyConsistent(bytes);
H A Dzygote_space.cc125 zygote_space->objects_allocated_.FetchAndSubSequentiallyConsistent(num_ptrs);
/art/libartbase/base/
H A Dallocator.h95 g_bytes_used[tag].FetchAndSubSequentiallyConsistent(bytes);
H A Datomic.h185 T FetchAndSubSequentiallyConsistent(const T value) { function
/art/runtime/
H A Dthread_list.cc751 pending_threads.FetchAndSubSequentiallyConsistent(1);
/art/runtime/gc/
H A Dheap.cc1526 num_bytes_allocated_.FetchAndSubSequentiallyConsistent(static_cast<ssize_t>(freed_bytes));
1544 CHECK_GE(num_bytes_freed_revoke_.FetchAndSubSequentiallyConsistent(bytes_freed),
1546 CHECK_GE(num_bytes_allocated_.FetchAndSubSequentiallyConsistent(bytes_freed),

Completed in 78 milliseconds