Searched refs:DexBegin (Results 1 – 5 of 5) sorted by relevance
361 return DexEnd() - DexBegin(); in DexSize()377 EXPORT const uint8_t* DexBegin() const;
916 dex_file_container = std::make_shared<MemoryDexFileContainer>(DexBegin(), DexEnd()); in Setup()917 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()982 ? DexBegin() + lookup_table_offset in Setup()2058 const uint8_t* OatFile::DexBegin() const { in DexBegin() function in art::OatFile
314 const uint8_t* DexBegin() const { in DexBegin() function
187 return HasDexSection() ? DexBegin() : nullptr; in GetNextDexFileData()
889 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()914 oat_dex_file.GetLookupTableData() - oat_dex_file.GetOatFile()->DexBegin()); in DumpOatDexFile()