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

  /art/runtime/gc/space/
bump_pointer_space.cc 225 total += thread->GetThreadLocalBytesAllocated();
251 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated());
region_space.cc 372 DCHECK_EQ(thread->GetThreadLocalBytesAllocated(), kRegionSize);
374 thread->GetThreadLocalBytesAllocated());
  /art/runtime/
thread.h     [all...]

Completed in 189 milliseconds