Searched refs:dexoptFlags (Results 1 – 3 of 3) sorted by relevance
68 int dexoptFlags = 0; /* bit flags, from enum DexoptFlags */ in extractAndProcessZip() local159 dexoptFlags |= DEXOPT_GEN_REGISTER_MAPS; in extractAndProcessZip()165 case 'y': dexoptFlags |= DEXOPT_UNIPROCESSOR; break; in extractAndProcessZip()166 case 'n': dexoptFlags |= DEXOPT_SMP; break; in extractAndProcessZip()177 dexoptFlags) != 0) in extractAndProcessZip()207 const char *dexoptFlags) in processZipFile() argument249 bcp, dexoptFlags); in processZipFile()292 const char* dexoptFlags; in fromZip() local307 dexoptFlags = *++argv; in fromZip()310 result = processZipFile(zipFd, cacheFd, zipName, dexoptFlags); in fromZip()[all …]
41 DexClassVerifyMode verifyMode, int dexoptFlags);
1876 DexClassVerifyMode verifyMode, int dexoptFlags) in dvmPrepForDexOpt() argument1892 gDvm.generateRegisterMaps = (dexoptFlags & DEXOPT_GEN_REGISTER_MAPS) != 0; in dvmPrepForDexOpt()1893 if (dexoptFlags & DEXOPT_SMP) { in dvmPrepForDexOpt()1894 assert((dexoptFlags & DEXOPT_UNIPROCESSOR) == 0); in dvmPrepForDexOpt()1896 } else if (dexoptFlags & DEXOPT_UNIPROCESSOR) { in dvmPrepForDexOpt()