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

  /art/runtime/
monitor.cc 104 uint32_t Monitor::lock_profiling_threshold_ = 0; member in class:art::Monitor
114 lock_profiling_threshold_ = lock_profiling_threshold;
135 if (lock_profiling_threshold_ != 0) {
206 uint32_t wait_threshold = lock_profiling_threshold_;
245 if (lock_profiling_threshold_ != 0) {
    [all...]
monitor.h 151 static uint32_t lock_profiling_threshold_; member in class:art::Monitor
runtime.h 116 size_t lock_profiling_threshold_; member in class:art::Runtime::ParsedOptions
runtime.cc 358 parsed->lock_profiling_threshold_ = 0;
573 parsed->lock_profiling_threshold_ = ParseIntegerOrDie(option);
841 Monitor::Init(options->lock_profiling_threshold_, options->hook_is_sensitive_thread_);
    [all...]

Completed in 486 milliseconds