Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h138 struct DexSectionHeader { struct
149 return sizeof(DexSectionHeader) + in GetDexSectionSize() argument
168 size += GetDexSectionHeader().GetDexSectionSize(); in GetComputedFileSize() argument
Dvdex_file.cc89 VdexFile::DexSectionHeader::DexSectionHeader(uint32_t dex_size, in DexSectionHeader() function in art::VdexFile::DexSectionHeader