Home
last modified time | relevance | path

Searched refs:kDefaultLongGCLogThresholdGcStress (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dparsed_options.cc803 args.SetIfMissing(M::LongGCLogThreshold, gc::Heap::kDefaultLongGCLogThresholdGcStress); in DoParse()
/art/runtime/gc/
Dheap.h148 static constexpr size_t kDefaultLongGCLogThresholdGcStress = MsToNs(1000); variable