Home
last modified time | relevance | path

Searched defs:headerV41 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file.cc127 auto* headerV41 = reinterpret_cast<HeaderV41*>(this); in SetDexContainer() local
264 auto headerV41 = reinterpret_cast<const DexFile::HeaderV41*>(data); in GetDataRange() local
H A Ddex_file_verifier.cc670 auto headerV41 = reinterpret_cast<const DexFile::HeaderV41*>(header_); in CheckHeader() local