Home
last modified time | relevance | path

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

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