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

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

Completed in 72 milliseconds