Searched refs:SimpleCounter (Results 1 – 1 of 1) sorted by relevance
90 class SimpleCounter { class92 explicit SimpleCounter(size_t* counter) : count_(counter) {} in SimpleCounter() function in art::gc::accounting::SimpleCounter139 SimpleCounter c(&count); in RunTest()