Home
last modified time | relevance | path

Searched defs:new_count (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dstring.h102 void SetCount(int32_t new_count) REQUIRES_SHARED(Locks::mutator_lock_) { in SetCount()
/art/runtime/
Dmonitor.cc1135 uint32_t new_count = lock_word.ThinLockCount() + 1; in MonitorEnter() local
1237 uint32_t new_count = lock_word.ThinLockCount() - 1; in MonitorExit() local