Searched refs:dex_section_version_ (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | vdex_file.cc | 54 return (memcmp(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)) == 0) || in IsDexSectionVersionValid() 55 (memcmp(dex_section_version_, kDexSectionVersionEmpty, sizeof(kDexSectionVersionEmpty)) == 0); in IsDexSectionVersionValid() 59 return (memcmp(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)) == 0); in HasDexSection() 70 memcpy(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)); in VerifierDepsHeader() 72 memcpy(dex_section_version_, kDexSectionVersionEmpty, sizeof(kDexSectionVersionEmpty)); in VerifierDepsHeader()
|
D | vdex_file.h | 72 return reinterpret_cast<const char*>(dex_section_version_); in GetDexSectionVersion() 109 uint8_t dex_section_version_[4]; member
|