Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_test.cc405 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
479 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
528 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
580 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
626 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
683 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
732 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
768 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
963 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
1073 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_P()
[all …]
Doat_file_assistant.h201 EXPORT bool IsInBootClassPath();
Doat_file_assistant.cc277 bool OatFileAssistant::IsInBootClassPath() { in IsInBootClassPath() function in art::OatFileAssistant
/art/dexoptanalyzer/
Ddexoptanalyzer.cc329 if (oat_file_assistant->IsInBootClassPath()) { in GetDexOptNeeded()
/art/runtime/native/
Ddalvik_system_DexFile.cc622 if (oat_file_assistant.IsInBootClassPath()) { in GetDexOptNeeded()