Searched refs:modWhen (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/analysis/ |
D | DexPrepare.h | 94 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing); 108 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen, 118 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap); 124 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap);
|
D | DexPrepare.cpp | 57 static int writeDependencies(int fd, u4 modWhen, u4 crc); 130 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing) in dvmOpenCachedDexFile() argument 247 if (!dvmCheckOptHeaderAndDependencies(fd, true, modWhen, crc, in dvmOpenCachedDexFile() 352 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) in dvmOptimizeDexFile() argument 435 sprintf(values[7], "%d", (int) modWhen); in dvmOptimizeDexFile() 528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) in dvmContinueOptimization() argument 676 if (writeDependencies(fd, modWhen, crc) != 0) { in dvmContinueOptimization() 1170 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen, in dvmCheckOptHeaderAndDependencies() argument 1275 if (sourceAvail && val != modWhen) { in dvmCheckOptHeaderAndDependencies() 1277 val, modWhen); in dvmCheckOptHeaderAndDependencies() [all …]
|
/dalvik/dexopt/ |
D | OptMain.cpp | 64 long modWhen, crc32; in extractAndProcessZip() local 112 &modWhen, &crc32) != 0) in extractAndProcessZip() 119 modWhen = modWhen; in extractAndProcessZip() 187 modWhen, crc32, isBootstrap)) in extractAndProcessZip() 424 u4 crc, modWhen; in fromDex() local 454 GET_ARG(modWhen, strtoul, "bad modWhen"); in fromDex() 459 fd, offset, length, debugFileName, modWhen, crc, flags, argc); in fromDex() 522 modWhen, crc, (flags & DEXOPT_IS_BOOTSTRAP) != 0)) in fromDex()
|