Searched refs:DexBegin (Results 1 – 5 of 5) sorted by relevance
345 return DexEnd() - DexBegin(); in DexSize()360 const uint8_t* DexBegin() const;
314 const uint8_t* DexBegin() const { in DexBegin() function
173 return HasDexSection() ? DexBegin() : nullptr; in GetNextDexFileData()
857 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()933 ? DexBegin() + lookup_table_offset in Setup()1971 const uint8_t* OatFile::DexBegin() const { in DexBegin() function in art::OatFile
870 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()