Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h375 const uint8_t* DexBegin() const { in DexBegin() function
382 return DexBegin() + GetDexSectionHeader().GetDexSize(); in DexEnd()
Doat_file.h313 return DexEnd() - DexBegin(); in DexSize()
328 const uint8_t* DexBegin() const;
Dvdex_file.cc198 return HasDexSection() ? DexBegin() + sizeof(QuickeningTableOffsetType) : nullptr; in GetNextDexFileData()
251 DCHECK_GE(source_dex_begin, DexBegin()); in GetQuickeningInfoTableOffset()
Doat_file.cc704 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
1753 const uint8_t* OatFile::DexBegin() const { in DexBegin() function in art::OatFile
/art/oatdump/
Doatdump.cc888 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()