Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc429 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
482 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
508 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
534 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
635 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
663 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
697 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
714 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
759 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
779 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
[all …]
Doat_file_assistant.h127 bool IsInBootClassPath();
Doat_file_assistant.cc103 bool OatFileAssistant::IsInBootClassPath() { in IsInBootClassPath() function in art::OatFileAssistant
/art/runtime/native/
Ddalvik_system_DexFile.cc385 if (oat_file_assistant.IsInBootClassPath()) { in GetDexOptNeeded()