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

  /art/runtime/gc/space/
bump_pointer_space-inl.h 84 objects_allocated_.FetchAndAddSequentiallyConsistent(1);
85 bytes_allocated_.FetchAndAddSequentiallyConsistent(num_bytes);
bump_pointer_space.cc 198 objects_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalObjectsAllocated());
199 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated());
region_space.cc 492 r->objects_allocated_.FetchAndAddSequentiallyConsistent(1);
image_space.cc 675 const uint32_t bitmap_index = ImageSpace::bitmap_index_.FetchAndAddSequentiallyConsistent(1);
    [all...]
  /art/libartbase/base/
allocator.h 87 g_total_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes);
88 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes;
atomic.h 169 T FetchAndAddSequentiallyConsistent(const T value) {
  /art/runtime/gc/
task_processor_test.cc 40 counter_->FetchAndAddSequentiallyConsistent(1U);
heap.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 353 FetchAndAddSequentiallyConsistent(thread_local_objects);
    [all...]
  /art/runtime/base/
mutex.cc 296 wait_time.FetchAndAddSequentiallyConsistent(value);
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 1903 milliseconds