Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc706 args.SetIfMissing(M::BootClassPath, ParseStringList<':'>::Split(env_bcp)); in DoParse()
711 args.SetIfMissing(M::ClassPath, std::string(getenv("CLASSPATH"))); in DoParse()
715 args.SetIfMissing(M::ParallelGCThreads, gc::Heap::kDefaultEnableParallelGC ? in DoParse()
798 args.SetIfMissing(M::AlwaysLogExplicitGcs, false); in DoParse()
799 args.SetIfMissing(M::LongPauseLogThreshold, gc::Heap::kDefaultLongPauseLogThresholdGcStress); in DoParse()
800 args.SetIfMissing(M::LongGCLogThreshold, gc::Heap::kDefaultLongGCLogThresholdGcStress); in DoParse()
/art/libartbase/base/
Dvariant_map.h306 bool SetIfMissing(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in SetIfMissing() function