Home | Sort by relevance Sort by last modified time |
/art/runtime/ | |
monitor.h | 151 static uint32_t lock_profiling_threshold_; member in class:art::Monitor |
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...] |
runtime.h | 116 size_t lock_profiling_threshold_; member in class:art::Runtime::ParsedOptions |