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

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

Completed in 54 milliseconds