Searched defs:global_stats (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap.cc785 RuntimeStats* global_stats = Runtime::Current()->GetStats(); local
786 ++global_stats->allocated_objects;
787 global_stats->allocated_bytes += size;
807 RuntimeStats* global_stats = Runtime::Current()->GetStats(); local
808 global_stats->freed_objects += freed_objects;
809 global_stats->freed_bytes += freed_bytes;
/art/runtime/
H A Dclass_linker.cc3079 RuntimeStats* global_stats = Runtime::Current()->GetStats(); local
3081 ++global_stats->class_init_count;
3083 global_stats->class_init_time_ns += (t1 - t0);

Completed in 150 milliseconds