Home
last modified time | relevance | path

Searched refs:dex_section_version_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dvdex_file.cc61 return (memcmp(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)) == 0) || in IsDexSectionVersionValid()
62 (memcmp(dex_section_version_, kDexSectionVersionEmpty, sizeof(kDexSectionVersionEmpty)) == 0); in IsDexSectionVersionValid()
66 return (memcmp(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)) == 0); in HasDexSection()
81 memcpy(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)); in VerifierDepsHeader()
83 memcpy(dex_section_version_, kDexSectionVersionEmpty, sizeof(kDexSectionVersionEmpty)); in VerifierDepsHeader()
Dvdex_file.h82 return reinterpret_cast<const char*>(dex_section_version_); in GetDexSectionVersion()
131 uint8_t dex_section_version_[4]; member