Home
last modified time | relevance | path

Searched refs:DexBegin (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dvdex_file.h321 const uint8_t* DexBegin() const { in DexBegin() function
328 return DexBegin() + GetDexSectionHeader().GetDexSize(); in DexEnd()
Dvdex_file.cc188 return HasDexSection() ? DexBegin() + sizeof(QuickeningTableOffsetType) : nullptr; in GetNextDexFileData()
241 DCHECK_GE(source_dex_begin, DexBegin()); in GetQuickeningInfoTableOffset()
Doat_file.h305 return DexEnd() - DexBegin(); in DexSize()
317 const uint8_t* DexBegin() const;
Doat_file.cc715 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
1590 const uint8_t* OatFile::DexBegin() const { in DexBegin() function in art::OatFile
/art/oatdump/
Doatdump.cc1063 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()