HomeSort by relevance Sort by last modified time
    Searched refs:max_spins_before_thin_lock_inflation_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
parsed_options.h 81 unsigned int max_spins_before_thin_lock_inflation_; member in class:art::ParsedOptions
runtime.h 243 return max_spins_before_thin_lock_inflation_;
558 size_t max_spins_before_thin_lock_inflation_; member in class:art::Runtime
runtime.cc 111 max_spins_before_thin_lock_inflation_(Monitor::kDefaultMaxSpinsBeforeThinLockInflation),
709 max_spins_before_thin_lock_inflation_ = options->max_spins_before_thin_lock_inflation_;
    [all...]
parsed_options.cc 216 max_spins_before_thin_lock_inflation_ = Monitor::kDefaultMaxSpinsBeforeThinLockInflation;
389 if (!ParseUnsignedInteger(option, '=', &max_spins_before_thin_lock_inflation_)) {
    [all...]

Completed in 63 milliseconds