Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dspace_bitmap_test.cc90 class SimpleCounter { class
92 explicit SimpleCounter(size_t* counter) : count_(counter) {} in SimpleCounter() function in art::gc::accounting::SimpleCounter
139 SimpleCounter c(&count); in RunTest()