Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc127 if (IsHost()) { in SetUpAndroidRoot()
170 if (IsHost()) { in SetUpAndroidData()
414 if (IsHost()) { in GetDexFileName()
423 if (IsHost()) { in GetTestAndroidRoot()
445 if (IsHost()) { in GetTestDexFileName()
563 if (IsHost()) { in GetCoreFileLocation()
Dcommon_runtime_test.h90 static bool IsHost() { in IsHost() function
Doat_file_assistant_test.cc133 if (IsHost()) { in GetImageDirectory()
/art/dex2oat/
Ddex2oat.cc1619 bool IsHost() const { in IsHost() function in art::FINAL
1956 if (dex2oat.IsHost()) { in CompileImage()
1991 if (dex2oat.IsHost()) { in CompileApp()
2036 if (kIsDebugBuild || dex2oat.IsImage() || dex2oat.IsHost() || !kIsTargetBuild) { in dex2oat()