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

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc55 skipped_blocks_lock_("concurrent copying bytes blocks lock", kMarkSweepMarkStackLock),
1738 MutexLock mu(self, skipped_blocks_lock_);
1857 MutexLock mu(Thread::Current(), skipped_blocks_lock_); local
2076 MutexLock mu(Thread::Current(), skipped_blocks_lock_); local

Completed in 28 milliseconds