Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc683 static constexpr size_t kNumberOfLocks = 10; // Number of objects = lock in TestUnlockObject() local
684 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()