Home
last modified time | relevance | path

Searched refs:kReasonVdex (Results 1 – 3 of 3) sorted by relevance

/art/runtime/oat/
Doat_file.h68 static constexpr const char* kReasonVdex = "vdex"; variable
Doat_file.cc1844 store.Put(OatHeader::kCompilationReasonKey, kReasonVdex); in SetupHeader()
/art/artd/
Dartd_test.cc581 TEST_F(ArtdTest, ConstantsAreInSync) { EXPECT_STREQ(ArtConstants::REASON_VDEX, kReasonVdex); } in TEST_F()