Searched refs:IsAlignedTo (Results 1 – 4 of 4) sorted by relevance
69 bool IsAlignedTo(size_t alignment) const;
52 bool ZipEntry::IsAlignedTo(size_t alignment) const { in IsAlignedTo() function in art::ZipEntry194 if (IsUncompressed() && IsAlignedTo(alignment) && GetFileDescriptor(handle_) >= 0) { in MapDirectlyOrExtract()
132 if (!(zip_entry->IsUncompressed() && zip_entry->IsAlignedTo(alignof(DexFile::Header)))) { in GetMultiDexChecksums()403 if (!zip_entry->IsAlignedTo(alignof(DexFile::Header))) { in OpenOneDexFileFromZip()
3183 if (!entry->IsUncompressed() || !entry->IsAlignedTo(alignof(DexFile::Header))) { in WriteDexFiles()