Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h168 size += GetDexSectionHeader().GetDexSectionSize(); in GetComputedFileSize()
169 size += GetDexSectionHeader().GetQuickeningInfoSize(); in GetComputedFileSize()
253 const DexSectionHeader& GetDexSectionHeader() const { in GetDexSectionHeader() function
262 return result + GetDexSectionHeader().GetDexSectionSize(); in GetVerifierDepsStart()
279 ? GetDexSectionHeader().GetQuickeningInfoSize() : 0); in GetQuickeningInfo()
382 return DexBegin() + GetDexSectionHeader().GetDexSize(); in DexEnd()
/art/dex2oat/linker/
Doat_writer_test.cc643 opened_oat_file->GetVdexFile()->GetDexSectionHeader(); in TestDexFileInput()