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

  /art/runtime/gc/space/
bump_pointer_space.cc 238 total += thread->GetThreadLocalObjectsAllocated();
245 objects_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalObjectsAllocated());
  /art/runtime/
thread.h 818 size_t GetThreadLocalObjectsAllocated() const {
    [all...]

Completed in 52 milliseconds