Searched refs:modWhen (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/analysis/
H A DDexOptimize.h83 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing);
97 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen,
107 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap);
113 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap);
H A DDexOptimize.c52 static int writeDependencies(int fd, u4 modWhen, u4 crc);
88 * For a Jar/APK file (a zip archive with "classes.dex" inside), "modWhen"
99 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing)
209 if (!dvmCheckOptHeaderAndDependencies(fd, true, modWhen, crc,
296 * "fileName" is only used for debug output. "modWhen" and "crc" are stored
313 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
338 fileName, modWhen, crc, isBootstrap);
417 sprintf(values[7], "%d", (int) modWhen);
512 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
667 if (writeDependencies(fd, modWhen, cr
98 dvmOpenCachedDexFile(const char* fileName, const char* cacheFileName, u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing) argument
312 dvmOptimizeDexFile(int fd, off_t dexOffset, long dexLength, const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) argument
511 dvmContinueOptimization(int fd, off_t dexOffset, long dexLength, const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) argument
811 dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen, u4 crc, bool expectVerify, bool expectOpt) argument
1001 writeDependencies(int fd, u4 modWhen, u4 crc) argument
[all...]
/dalvik/dexopt/
H A DOptMain.c59 long uncompLen, modWhen, crc32; local
104 &modWhen, &crc32))
111 modWhen = modWhen;
169 modWhen, crc32, isBootstrap))
322 u4 crc, modWhen; local
349 GET_ARG(modWhen, strtoul, "bad modWhen");
354 fd, offset, length, debugFileName, modWhen, crc, flags, argc);
426 modWhen, cr
[all...]

Completed in 89 milliseconds