Home
last modified time | relevance | path

Searched refs:IsHost (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_runtime_test.cc216 if (IsHost()) { in SetUpAndroidRoot()
259 if (IsHost()) { in SetUpAndroidData()
529 return std::vector<std::string>({GetDexFileName("core-oj", IsHost()), in GetLibCoreDexFileNames()
530 GetDexFileName("core-libart", IsHost())}); in GetLibCoreDexFileNames()
534 if (IsHost()) { in GetTestAndroidRoot()
556 if (IsHost()) { in GetTestDexFileName()
755 if (IsHost()) { in GetCoreFileLocation()
Ddex2oat_environment_test.h132 if (IsHost()) { in GetImageDirectory()
Dcommon_runtime_test.h118 static bool IsHost() { in IsHost() function
/art/dex2oat/
Ddex2oat.cc2289 bool IsHost() const { in IsHost() function in art::FINAL
3015 if (dex2oat.IsHost()) { in CompileImage()
3051 if (dex2oat.IsHost()) { in CompileApp()
3111 if (kIsDebugBuild || dex2oat->IsBootImage() || dex2oat->IsHost() || !kIsTargetBuild) { in Dex2oat()