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

  /art/runtime/gc/space/
bump_pointer_space.cc 243 total += thread->GetThreadLocalObjectsAllocated();
250 objects_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalObjectsAllocated());
region_space.cc 373 r->RecordThreadLocalAllocations(thread->GetThreadLocalObjectsAllocated(),
  /art/runtime/
thread.h     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 206 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated();
    [all...]

Completed in 341 milliseconds