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

  /external/compiler-rt/lib/asan/
asan_allocator.cc 155 AsanStats &thread_stats = GetCurrentThreadStats(); local
156 thread_stats.real_frees++;
157 thread_stats.really_freed += m->UsedSize();
179 AsanStats &thread_stats = GetCurrentThreadStats(); local
180 thread_stats.mmaps++;
181 thread_stats.mmaped += size;
189 AsanStats &thread_stats = GetCurrentThreadStats(); local
190 thread_stats.munmaps++;
191 thread_stats.munmaped += size;
436 AsanStats &thread_stats = GetCurrentThreadStats() local
493 AsanStats &thread_stats = GetCurrentThreadStats(); local
545 AsanStats &thread_stats = GetCurrentThreadStats(); local
    [all...]
  /art/runtime/gc/
heap-inl.h 173 RuntimeStats* thread_stats = self->GetStats(); local
174 ++thread_stats->allocated_objects;
175 thread_stats->allocated_bytes += bytes_allocated;
heap.cc 1528 RuntimeStats* thread_stats = Thread::Current()->GetStats(); local
    [all...]
  /art/runtime/
class_linker.cc 4908 RuntimeStats* thread_stats = self->GetStats(); local
    [all...]

Completed in 131 milliseconds