Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc215 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
260 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
292 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
327 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
361 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
402 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
436 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
467 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
599 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
720 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath()); in TEST_F()
[all …]
Doat_file_assistant.h128 bool IsInBootClassPath();
Doat_file_assistant.cc169 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.cc574 if (oat_file_assistant.IsInBootClassPath()) { in GetDexOptNeeded()