Searched defs:new_count (Results 1 – 3 of 3) sorted by relevance
65 void SetCount(int32_t new_count) SHARED_REQUIRES(Locks::mutator_lock_) { in SetCount()
880 uint32_t new_count = lock_word.ThinLockCount() + 1; in MonitorEnter() local959 uint32_t new_count = lock_word.ThinLockCount() - 1; in MonitorExit() local
612 int32_t new_count = starting_count + count; // int32 here to avoid wrap-around; in AddSamples() local