Searched refs:kNumberOfLocks (Results 1 – 1 of 1) sorted by relevance
683 static constexpr size_t kNumberOfLocks = 10; // Number of objects = lock in TestUnlockObject() local684 StackHandleScope<kNumberOfLocks + 1> hs(self); in TestUnlockObject()721 size_t counts[kNumberOfLocks]; in TestUnlockObject()722 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject()723 Handle<mirror::String> objects[kNumberOfLocks]; in TestUnlockObject()726 for (size_t i = 0; i < kNumberOfLocks; ++i) { in TestUnlockObject()734 size_t index = r.next() % kNumberOfLocks; in TestUnlockObject()792 for (size_t i = 0; i < kNumberOfLocks; ++i) { in TestUnlockObject()793 size_t index = kNumberOfLocks - 1 - i; in TestUnlockObject()