Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.h198 static size_t dso_count_; variable
Ddso.cpp227 size_t Dso::dso_count_; member in Dso
312 dso_count_++; in Dso()
316 if (--dso_count_ == 0) { in ~Dso()