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

  /art/runtime/gc/space/
bump_pointer_space.cc 182 total += thread->GetThreadLocalBytesAllocated();
208 bytes_allocated_.fetch_add(thread->GetThreadLocalBytesAllocated(), std::memory_order_relaxed);
region_space.cc     [all...]
region_space-inl.h 506 bytes = thread_->GetThreadLocalBytesAllocated();
  /art/runtime/
thread.h     [all...]

Completed in 66 milliseconds