Home
last modified time | relevance | path

Searched defs:system_properties (Results 1 – 5 of 5) sorted by relevance

/art/artd/
Dartd.h415 explicit BuildSystemProperties(std::unordered_map<std::string, std::string>&& system_properties) in BuildSystemProperties()
Dartd.cc2194 std::unordered_map<std::string, std::string> system_properties; in Create() local
/art/odrefresh/
Dodrefresh.cc424 const OdrSystemProperties& system_properties) { in AddDex2OatConcurrencyArguments()
458 const OdrSystemProperties& system_properties) { in AddDex2OatInstructionSet()
819 std::vector<art_apex::KeyValuePair> system_properties; in WriteCacheInfo() local
1103 const OdrSystemProperties& system_properties = config_.GetSystemProperties(); in CheckSystemPropertiesAreDefault() local
1140 const OdrSystemProperties& system_properties = config_.GetSystemProperties(); in CheckSystemPropertiesHaveNotChanged() local
1924 const OdrSystemProperties& system_properties = config_.GetSystemProperties(); in RunDex2oatForBootClasspath() local
2091 const OdrSystemProperties& system_properties = config_.GetSystemProperties(); in RunDex2oatForSystemServer() local
Dodrefresh_main.cc205 void GetSystemProperties(std::unordered_map<std::string, std::string>* system_properties) { in GetSystemProperties()
Dodr_config.h100 const std::unordered_map<std::string, std::string>* system_properties) in OdrSystemProperties()