Home
last modified time | relevance | path

Searched refs:IsInBootClassPath (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat_file_assistant_test.cc242 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
287 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
319 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
354 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
388 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
429 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
463 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
494 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
626 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
747 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
[all …]
Doat_file_assistant.h128 bool IsInBootClassPath();
Doat_file_assistant.cc170 bool OatFileAssistant::IsInBootClassPath() { in IsInBootClassPath() function in art::OatFileAssistant
/art/dexoptanalyzer/
Ddexoptanalyzer.cc317 if (oat_file_assistant->IsInBootClassPath()) { in GetDexOptNeeded()
/art/runtime/native/
Ddalvik_system_DexFile.cc575 if (oat_file_assistant.IsInBootClassPath()) { in GetDexOptNeeded()