Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h238 size_t GetMaxSpinsBeforeThinkLockInflation() const { in GetMaxSpinsBeforeThinkLockInflation() function
Dmonitor.cc755 if (contention_count <= runtime->GetMaxSpinsBeforeThinkLockInflation()) { in MonitorEnter()