OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultLongGCLogThreshold
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.h
140
static constexpr size_t
kDefaultLongGCLogThreshold
= MsToNs(100);
[
all
...]
/art/runtime/
parsed_options.cc
243
long_gc_log_threshold_ = gc::Heap::
kDefaultLongGCLogThreshold
;
[
all
...]
Completed in 31 milliseconds