Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc267 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
323 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
363 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
406 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
443 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
490 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
527 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
559 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
701 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
800 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
[all …]
Doat_file_assistant.h133 bool IsInBootClassPath();
Doat_file_assistant.cc184 bool OatFileAssistant::IsInBootClassPath() { in IsInBootClassPath() function in art::OatFileAssistant
/art/dexoptanalyzer/
Ddexoptanalyzer.cc332 if (oat_file_assistant->IsInBootClassPath()) { in GetDexOptNeeded()
/art/runtime/native/
Ddalvik_system_DexFile.cc560 if (oat_file_assistant.IsInBootClassPath()) { in GetDexOptNeeded()