Lines Matching refs:dexoptFlags
68 int dexoptFlags = 0; /* bit flags, from enum DexoptFlags */ in extractAndProcessZip() local
159 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() argument
249 bcp, dexoptFlags); in processZipFile()
292 const char* dexoptFlags; in fromZip() local
307 dexoptFlags = *++argv; in fromZip()
310 result = processZipFile(zipFd, cacheFd, zipName, dexoptFlags); in fromZip()
352 const char* dexoptFlags = argv[4]; in preopt() local
354 if (strstr(dexoptFlags, "u=y") == NULL && in preopt()
355 strstr(dexoptFlags, "u=n") == NULL) in preopt()
373 result = processZipFile(zipFd, outFd, zipName, dexoptFlags); in preopt()