Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h81 unsigned int max_spins_before_thin_lock_inflation_; variable
Druntime.h239 return max_spins_before_thin_lock_inflation_; in GetMaxSpinsBeforeThinkLockInflation()
547 size_t max_spins_before_thin_lock_inflation_; variable
Dparsed_options.cc217 max_spins_before_thin_lock_inflation_ = Monitor::kDefaultMaxSpinsBeforeThinLockInflation; in Parse()
390 if (!ParseUnsignedInteger(option, '=', &max_spins_before_thin_lock_inflation_)) { in Parse()
Druntime.cc111 max_spins_before_thin_lock_inflation_(Monitor::kDefaultMaxSpinsBeforeThinLockInflation), in Runtime()
693 max_spins_before_thin_lock_inflation_ = options->max_spins_before_thin_lock_inflation_; in Init()