Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h177 InstructionSet GetSystemServerIsa() const { in GetSystemServerIsa() function
Dodrefresh.cc1012 return GetSystemOdexFilenameForApex(jar_path, config_.GetSystemServerIsa()); in GetSystemServerImagePath()
1016 const char* isa_str = GetInstructionSetString(config_.GetSystemServerIsa()); in GetSystemServerImagePath()
1023 return GetSystemImageFilename(image.c_str(), config_.GetSystemServerIsa()); in GetSystemServerImagePath()
1656 InstructionSet system_server_isa = config_.GetSystemServerIsa(); in CheckArtifactsAreUpToDate()
2025 InstructionSet isa = config_.GetSystemServerIsa(); in RunDex2oatForSystemServer()
2185 InstructionSet system_server_isa = config_.GetSystemServerIsa(); in Compile()