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

/art/runtime/
H A Doat_file.cc315 if (UNLIKELY(!DexFile::IsVersionValid(dex_file_pointer))) {
H A Ddex_file.cc395 if (!IsVersionValid(header_->magic_)) {
412 bool DexFile::IsVersionValid(const byte* magic) { function in class:art::DexFile
H A Ddex_file.h449 static bool IsVersionValid(const byte* magic);

Completed in 738 milliseconds