Home
last modified time | relevance | path

Searched refs:kNumberOfLocks (Results 1 – 1 of 1) sorted by relevance

/art/runtime/arch/
Dstub_test.cc667 static constexpr size_t kNumberOfLocks = 10; // Number of objects = lock in TestUnlockObject() local
668 StackHandleScope<kNumberOfLocks + 1> hs(self); in TestUnlockObject()
705 size_t counts[kNumberOfLocks]; in TestUnlockObject()
706 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject()
707 Handle<mirror::String> objects[kNumberOfLocks]; in TestUnlockObject()
710 for (size_t i = 0; i < kNumberOfLocks; ++i) { in TestUnlockObject()
718 size_t index = r.next() % kNumberOfLocks; in TestUnlockObject()
776 for (size_t i = 0; i < kNumberOfLocks; ++i) { in TestUnlockObject()
777 size_t index = kNumberOfLocks - 1 - i; in TestUnlockObject()