Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc439 args.SetIfMissing(M::BootClassPath, std::string(getenv("BOOTCLASSPATH"))); in Parse()
444 args.SetIfMissing(M::ClassPath, std::string(getenv("CLASSPATH"))); in Parse()
448 args.SetIfMissing(M::ParallelGCThreads, gc::Heap::kDefaultEnableParallelGC ? in Parse()
/art/runtime/base/
Dvariant_map.h284 bool SetIfMissing(const TKey<TValue>& key, const TValue& value) { in SetIfMissing() function