Searched refs:FetchAndAddSequentiallyConsistent (Results 1 - 11 of 11) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space-inl.h84 objects_allocated_.FetchAndAddSequentiallyConsistent(1);
85 bytes_allocated_.FetchAndAddSequentiallyConsistent(num_bytes);
H A Dbump_pointer_space.cc198 objects_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalObjectsAllocated());
199 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated());
H A Dregion_space.cc492 r->objects_allocated_.FetchAndAddSequentiallyConsistent(1);
H A Dimage_space.cc675 const uint32_t bitmap_index = ImageSpace::bitmap_index_.FetchAndAddSequentiallyConsistent(1);
/art/libartbase/base/
H A Dallocator.h87 g_total_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes);
88 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes;
H A Datomic.h169 T FetchAndAddSequentiallyConsistent(const T value) { function
/art/runtime/gc/
H A Dtask_processor_test.cc40 counter_->FetchAndAddSequentiallyConsistent(1U);
H A Dheap.cc2810 if (fail_count_->FetchAndAddSequentiallyConsistent(1) == 0) {
3725 num_bytes_freed_revoke_.FetchAndAddSequentiallyConsistent(freed_bytes_revoke);
3741 num_bytes_freed_revoke_.FetchAndAddSequentiallyConsistent(freed_bytes_revoke);
3751 num_bytes_freed_revoke_.FetchAndAddSequentiallyConsistent(freed_bytes_revoke);
3935 unique_backtrace_count_.FetchAndAddSequentiallyConsistent(1);
3937 seen_backtrace_count_.FetchAndAddSequentiallyConsistent(1);
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc353 FetchAndAddSequentiallyConsistent(thread_local_objects);
2435 heap_->num_bytes_allocated_.FetchAndAddSequentiallyConsistent(bytes_allocated);
2436 to_space_bytes_skipped_.FetchAndAddSequentiallyConsistent(bytes_allocated);
2437 to_space_objects_skipped_.FetchAndAddSequentiallyConsistent(1);
/art/runtime/base/
H A Dmutex.cc296 wait_time.FetchAndAddSequentiallyConsistent(value);
/art/compiler/driver/
H A Dcompiler_driver.cc1576 return index_.FetchAndAddSequentiallyConsistent(1);

Completed in 209 milliseconds