Searched defs:modWhen (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexopt/
H A DOptMain.cpp64 long modWhen, crc32; local
112 &modWhen, &crc32) != 0)
119 modWhen = modWhen;
187 modWhen, crc32, isBootstrap))
424 u4 crc, modWhen; local
454 GET_ARG(modWhen, strtoul, "bad modWhen");
459 fd, offset, length, debugFileName, modWhen, crc, flags, argc);
522 modWhen, cr
[all...]
/dalvik/vm/analysis/
H A DDexPrepare.cpp57 static int writeDependencies(int fd, u4 modWhen, u4 crc);
119 * For a Jar/APK file (a zip archive with "classes.dex" inside), "modWhen"
130 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing)
247 if (!dvmCheckOptHeaderAndDependencies(fd, true, modWhen, crc,
335 * "fileName" is only used for debug output. "modWhen" and "crc" are stored
352 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
435 sprintf(values[7], "%d", (int) modWhen);
528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
676 if (writeDependencies(fd, modWhen, crc) != 0) {
1162 * If "sourceAvail" is "true", this will verify that "modWhen" an
129 dvmOpenCachedDexFile(const char* fileName, const char* cacheFileName, u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing) argument
351 dvmOptimizeDexFile(int fd, off_t dexOffset, long dexLength, const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) argument
527 dvmContinueOptimization(int fd, off_t dexOffset, long dexLength, const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) argument
1170 dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen, u4 crc, bool expectVerify, bool expectOpt) argument
1361 writeDependencies(int fd, u4 modWhen, u4 crc) argument
[all...]

Completed in 496 milliseconds