HomeSort by relevance Sort by last modified time
    Searched refs:GetNextDexFileData (Results 1 - 3 of 3) sorted by null

  /art/runtime/
vdex_file.cc 129 const uint8_t* VdexFile::GetNextDexFileData(const uint8_t* cursor) const {
144 for (const uint8_t* dex_file_start = GetNextDexFileData(nullptr);
146 dex_file_start = GetNextDexFileData(dex_file_start), ++i) {
vdex_file.h 126 const uint8_t* GetNextDexFileData(const uint8_t* cursor) const;
  /art/compiler/
oat_writer.cc 416 current_dex_data = vdex_file.GetNextDexFileData(current_dex_data);
434 if (vdex_file.GetNextDexFileData(current_dex_data) != nullptr) {
    [all...]

Completed in 136 milliseconds