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

  /art/runtime/
monitor.h 52 constexpr static size_t kDefaultMaxSpinsBeforeThinLockInflation = 50;
parsed_options.cc 217 max_spins_before_thin_lock_inflation_ = Monitor::kDefaultMaxSpinsBeforeThinLockInflation;
    [all...]
runtime.cc 111 max_spins_before_thin_lock_inflation_(Monitor::kDefaultMaxSpinsBeforeThinLockInflation),
    [all...]

Completed in 893 milliseconds