Home
last modified time | relevance | path

Searched refs:GetNextDexFileData (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dvdex_file.cc184 const uint8_t* VdexFile::GetNextDexFileData(const uint8_t* cursor) const { in GetNextDexFileData() function in art::VdexFile
204 for (const uint8_t* dex_file_start = GetNextDexFileData(nullptr); in OpenAllDexFiles()
206 dex_file_start = GetNextDexFileData(dex_file_start), ++i) { in OpenAllDexFiles()
232 const uint8_t* source_dex = GetNextDexFileData(nullptr); in Unquicken()
235 source_dex = GetNextDexFileData(source_dex); in Unquicken()
Dvdex_file.h270 const uint8_t* GetNextDexFileData(const uint8_t* cursor) const;