Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep.cc1468 size_t counter = 0; in PreserveSomeSoftReferences() local
1481 if (!is_marked && ((++counter) & 1)) { in PreserveSomeSoftReferences()
/art/runtime/gc/
Dheap.cc1033 InstanceCounter counter(classes, use_is_assignable_from, counts); in CountInstances() local
1035 GetLiveBitmap()->Visit(counter); in CountInstances()