Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc446 if (!IsVersionValid(header_->magic_)) { in CheckMagicAndVersion()
463 bool DexFile::IsVersionValid(const uint8_t* magic) { in IsVersionValid() function in art::DexFile
Doat_file.cc467 if (UNLIKELY(!DexFile::IsVersionValid(dex_file_pointer))) { in Setup()
Ddex_file.h466 static bool IsVersionValid(const uint8_t* magic);