HomeSort by relevance Sort by last modified time
    Searched refs:GetDexSectionHeader (Results 1 - 2 of 2) sorted by null

  /art/runtime/
vdex_file.h 144 size += GetDexSectionHeader().GetDexSectionSize();
145 size += GetDexSectionHeader().GetQuickeningInfoSize();
230 const DexSectionHeader& GetDexSectionHeader() const {
239 return result + GetDexSectionHeader().GetDexSectionSize();
256 GetDexSectionHeader().GetQuickeningInfoSize());
328 return DexBegin() + GetDexSectionHeader().GetDexSize();
  /art/dex2oat/linker/
oat_writer_test.cc 674 opened_oat_file->GetVdexFile()->GetDexSectionHeader();
    [all...]

Completed in 79 milliseconds