Home
last modified time | relevance | path

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

/art/libartbase/base/
Dcommon_art_test.cc114 if (IsHost()) { in SetUpAndroidRootEnvVars()
178 if (IsHost()) { in SetUpAndroidDataDir()
362 result.push_back(GetDexFileName(module, IsHost())); in GetLibCoreDexFileNames()
375 if (IsHost()) { in GetLibCoreDexLocations()
404 if (IsHost()) { in GetTestAndroidRoot()
426 if (IsHost()) { in GetTestDexFileName()
477 if (IsHost()) { in GetCoreFileLocation()
Dcommon_art_test.h184 static bool IsHost() { in IsHost() function
/art/runtime/
Ddex2oat_environment_test.h145 if (IsHost()) { in GetImageDirectory()
/art/dex2oat/
Ddex2oat.cc2239 bool IsHost() const { in IsHost() function in art::Dex2Oat
2890 if (dex2oat.IsHost()) { in CompileImage()
2927 if (dex2oat.IsHost()) { in CompileApp()
2987 if (kIsDebugBuild || dex2oat->IsBootImage() || dex2oat->IsHost() || !kIsTargetBuild) { in Dex2oat()