Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc585 static constexpr size_t kThinLockLoops = 100; in TEST_F() local
609 for (size_t i = 1; i < kThinLockLoops; ++i) { in TEST_F()
659 static constexpr size_t kThinLockLoops = 100; in TestUnlockObject() local
737 } else if (counts[index] == kThinLockLoops) { in TestUnlockObject()