Searched refs:kNumberOfLocks (Results 1 – 1 of 1) sorted by relevance
539 static constexpr size_t kNumberOfLocks = 10; // Number of objects = lock in TestUnlockObject() local540 StackHandleScope<kNumberOfLocks + 1> hs(self); in TestUnlockObject()577 size_t counts[kNumberOfLocks]; in TestUnlockObject()578 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject()579 Handle<mirror::String> objects[kNumberOfLocks]; in TestUnlockObject()582 for (size_t i = 0; i < kNumberOfLocks; ++i) { in TestUnlockObject()590 size_t index = r.next() % kNumberOfLocks; in TestUnlockObject()648 for (size_t i = 0; i < kNumberOfLocks; ++i) { in TestUnlockObject()649 size_t index = kNumberOfLocks - 1 - i; in TestUnlockObject()