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

  /art/runtime/gc/space/
bump_pointer_space.cc 220 total += thread->GetThreadLocalBytesAllocated();
246 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated());
  /art/runtime/
thread.h 814 size_t GetThreadLocalBytesAllocated() const {
    [all...]

Completed in 490 milliseconds