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

  /art/runtime/gc/space/
bump_pointer_space-inl.h 78 objects_allocated_.FetchAndAddSequentiallyConsistent(1);
79 bytes_allocated_.FetchAndAddSequentiallyConsistent(num_bytes);
bump_pointer_space.cc 245 objects_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalObjectsAllocated());
246 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated());
image_space.cc 676 uint32_t bitmap_index = bitmap_index_.FetchAndAddSequentiallyConsistent(1);
    [all...]
  /art/runtime/base/
allocator.h 78 total_bytes_used_[tag].FetchAndAddSequentiallyConsistent(bytes);
79 uint64_t new_bytes = bytes_used_[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes;
mutex.cc 178 wait_time.FetchAndAddSequentiallyConsistent(value);
    [all...]
  /art/runtime/gc/
heap-inl.h 128 static_cast<size_t>(num_bytes_allocated_.FetchAndAddSequentiallyConsistent(bytes_allocated))
289 heap_->total_allocation_time_.FetchAndAddSequentiallyConsistent(allocation_end_time - allocation_start_time_);
heap.h     [all...]
heap.cc     [all...]
  /art/runtime/
atomic.h 269 T FetchAndAddSequentiallyConsistent(const T value) {
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 675 milliseconds