Home | History | Annotate | Download | only in dex

Lines Matching refs:Header

87   struct Header {
201 // For DexFiles directly from .dex files, this is the checksum from the DexFile::Header.
207 const Header& GetHeader() const {
572 // Skip past the header and field annotations.
583 // Skip past the header, field annotations, and method annotations.
737 // Recalculates the checksum of the dex file. Does not use the current value in the header.
742 // Number of bytes at the beginning of the dex file header which are skipped
744 static constexpr uint32_t kNumNonChecksumBytes = OFFSETOF_MEMBER(DexFile::Header, signature_);
804 // Returns true if the header magic and version numbers are of the expected values.
830 // Points to the header section.
831 const Header* const header_;