Searched refs:IsAlignedTo (Results 1 – 3 of 3) sorted by relevance
74 bool IsAlignedTo(size_t alignment) const;
52 bool ZipEntry::IsAlignedTo(size_t alignment) const { in IsAlignedTo() function in art::ZipEntry202 if (IsUncompressed() && IsAlignedTo(alignment) && GetFileDescriptor(handle_) >= 0) { in MapDirectlyOrExtract()
195 if (!(zip_entry->IsUncompressed() && zip_entry->IsAlignedTo(alignof(DexFile::Header)))) { in GetMultiDexChecksum()518 if (!zip_entry->IsAlignedTo(alignof(DexFile::Header))) { in OpenFromZipEntry()