Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc75 case 2: return OatFileAssistant::kDex2OatForBootImage; in DexoptanalyzerToOatFileAssistant()
77 case 4: return -OatFileAssistant::kDex2OatForBootImage; in DexoptanalyzerToOatFileAssistant()
Ddexoptanalyzer.cc354 case OatFileAssistant::kDex2OatForBootImage: return ReturnCode::kDex2OatForBootImageOat; in GetDexOptNeeded()
357 case -OatFileAssistant::kDex2OatForBootImage: return ReturnCode::kDex2OatForBootImageOdex; in GetDexOptNeeded()
/art/runtime/
Doat_file_assistant.h63 kDex2OatForBootImage = 2, enumerator
Doat_file_assistant.cc799 return kDex2OatForBootImage; in GetDexOptNeeded()
Doat_file_assistant_test.cc1409 {OatFileAssistant::kDex2OatForBootImage, "DEX2OAT_FOR_BOOT_IMAGE"}, in TEST_F()
1701 EXPECT_EQ(OatFileAssistant::kDex2OatForBootImage, oat_file_assistant.OdexFileStatus()); in TEST_F()