Searched refs:IsDexContainerLastEntry (Results 1 – 3 of 3) sorted by relevance
427 if (dex_files->back()->IsDexContainerLastEntry()) { in Open()583 if (dex_files->back()->IsDexContainerLastEntry()) { in OpenFromZipEntry()
209 CHECK(dex_file == nullptr || dex_file->IsDexContainerLastEntry()) << location_; in Open()
307 bool IsDexContainerLastEntry() const { return End() == GetDexContainerRange().end(); } in IsDexContainerLastEntry() function