Home
last modified time | relevance | path

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

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