Lines Matching full:dex
18 * Access the contents of a .dex file.
425 * DEX files. The overall impact on class loading performance seems
621 LOGV("+++ found OLD dex format\n");
625 LOGV("+++ found NEW dex format\n");
676 * reject this DEX so we'll regenerate it. Also, if we found an
691 * Parse an optimized or unoptimized .dex file sitting in memory. This is
704 LOGE("too short to be a valid .dex\n");
725 LOGV("Good opt header, DEX offset is %d, flags=0x%02x\n",
754 LOGE("bad dex version (0x%02x %02x %02x %02x)\n",
761 * touching every byte in the DEX file. The base checksum changes after
762 * byte-swapping and DEX optimization.
791 * the digest is used to uniquely identify the original DEX file, and
792 * can't be computed for verification after the DEX is byte-swapped
822 LOGE("ERROR: DEX file has no classes in it, failing\n");
894 * Compute the DEX file checksum for a memory-mapped DEX file.
907 * Compute the checksum on the data appended to the DEX file by dexopt.