Home
last modified time | relevance | path

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

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