Searched refs:kNumberOfLocks (Results 1 – 1 of 1) sorted by relevance
668 static constexpr size_t kNumberOfLocks = 10; // Number of objects = lock in TestUnlockObject() local669 StackHandleScope<kNumberOfLocks + 1> hs(self); in TestUnlockObject()706 size_t counts[kNumberOfLocks]; in TestUnlockObject()707 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject()708 Handle<mirror::String> objects[kNumberOfLocks]; in TestUnlockObject()711 for (size_t i = 0; i < kNumberOfLocks; ++i) { in TestUnlockObject()719 size_t index = r.next() % kNumberOfLocks; in TestUnlockObject()777 for (size_t i = 0; i < kNumberOfLocks; ++i) { in TestUnlockObject()778 size_t index = kNumberOfLocks - 1 - i; in TestUnlockObject()