Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h335 size_t GetMaxSpinsBeforeThinLockInflation() const { in GetMaxSpinsBeforeThinLockInflation() function
Dmonitor.cc1166 <= kExtraSpinIters + runtime->GetMaxSpinsBeforeThinLockInflation()) { in MonitorEnter()