Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h381 const uint8_t* DexBegin() const { in DexBegin() function
388 return DexBegin() + GetDexSectionHeader().GetDexSize(); in DexEnd()
Doat_file.h343 return DexEnd() - DexBegin(); in DexSize()
358 const uint8_t* DexBegin() const;
Dvdex_file.cc208 return HasDexSection() ? DexBegin() + sizeof(QuickeningTableOffsetType) : nullptr; in GetNextDexFileData()
282 DCHECK_GE(source_dex_begin, DexBegin()); in GetQuickeningInfoTableOffset()
Doat_file.cc776 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
1756 const uint8_t* OatFile::DexBegin() const { in DexBegin() function in art::OatFile
/art/oatdump/
Doatdump.cc891 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()