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

  /art/runtime/gc/space/
bump_pointer_space-inl.h 83 objects_allocated_.FetchAndAddSequentiallyConsistent(1);
84 bytes_allocated_.FetchAndAddSequentiallyConsistent(num_bytes);
bump_pointer_space.cc 250 objects_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalObjectsAllocated());
251 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated());
region_space-inl.h 129 reinterpret_cast<Atomic<uint64_t>*>(&objects_allocated_)->FetchAndAddSequentiallyConsistent(1);
region_space.cc 332 reinterpret_cast<Atomic<uint64_t>*>(&r->objects_allocated_)->FetchAndAddSequentiallyConsistent(1);
image_space.cc     [all...]
  /art/runtime/base/
allocator.h 93 g_total_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes);
94 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes;
mutex.cc 225 wait_time.FetchAndAddSequentiallyConsistent(value);
    [all...]
  /art/runtime/gc/
task_processor_test.cc 40 counter_->FetchAndAddSequentiallyConsistent(1U);
heap.cc     [all...]
  /art/runtime/
atomic.h 274 T FetchAndAddSequentiallyConsistent(const T value) {
  /art/runtime/gc/collector/
concurrent_copying.cc 209 FetchAndAddSequentiallyConsistent(thread_local_objects);
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 143 milliseconds