Home | Sort by relevance Sort by last modified time |
/art/runtime/ | |
parsed_options.h | 65 unsigned int long_gc_log_threshold_; member in class:art::ParsedOptions |
parsed_options.cc | 243 long_gc_log_threshold_ = gc::Heap::kDefaultLongGCLogThreshold; 403 long_gc_log_threshold_ = MsToNs(value); [all...] |
runtime.cc | 738 options->long_gc_log_threshold_, [all...] |
/art/runtime/gc/ | |
heap.h | 845 const size_t long_gc_log_threshold_; member in class:art::gc::Heap [all...] |
heap.cc | 144 long_gc_log_threshold_(long_gc_log_threshold), [all...] |