Home
last modified time | relevance | path

Searched refs:thread_stats (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap-inl.h174 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator() local
175 ++thread_stats->allocated_objects; in AllocObjectWithAllocator()
176 thread_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()
Dheap.cc1677 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree() local
1678 thread_stats->freed_objects += freed_objects; in RecordFree()
1679 thread_stats->freed_bytes += freed_bytes; in RecordFree()