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

  /art/runtime/
runtime_stats.h 69 allocated_objects = 0;
92 uint64_t allocated_objects; variable
runtime.cc     [all...]
  /art/runtime/gc/
heap-inl.h 166 ++thread_stats->allocated_objects;
169 ++global_stats->allocated_objects;

Completed in 58 milliseconds