Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_monitor.cc172 size_t old_count = count_; in Wait() local
173 DCHECK_GT(old_count, 0u); in Wait()
194 count_ = old_count; in Wait()