Searched refs:bootClassPath (Results 1 - 8 of 8) sorted by relevance

/dalvik/vm/
H A DInit.h40 int dvmPrepForDexOpt(const char* bootClassPath, DexOptimizerMode dexOptMode,
H A DJarFile.cpp98 if (dvmClassPathContains(gDvm.bootClassPath, fileName)) {
H A DGlobals.h180 ClassPathEntry* bootClassPath; member in struct:DvmGlobals
H A DInit.cpp1811 int dvmPrepForDexOpt(const char* bootClassPath, DexOptimizerMode dexOptMode, argument
1823 gDvm.bootClassPathStr = strdup(bootClassPath);
/dalvik/dexopt/
H A DOptMain.cpp58 const char* debugFileName, bool isBootstrap, const char* bootClassPath,
176 if (dvmPrepForDexOpt(bootClassPath, dexOptMode, verifyMode,
420 char* bootClassPath = NULL; local
463 bootClassPath = strdup("");
476 cp = bootClassPath = (char*) malloc(bcpLen +1);
489 assert((int) strlen(bootClassPath) == bcpLen-1);
491 ALOGV(" bootclasspath is '%s'", bootClassPath);
513 if (dvmPrepForDexOpt(bootClassPath, dexOptMode, verifyMode, flags) != 0) {
549 free(bootClassPath);
57 extractAndProcessZip(int zipFd, int cacheFd, const char* debugFileName, bool isBootstrap, const char* bootClassPath, const char* dexoptFlagStr) argument
/dalvik/vm/analysis/
H A DDexPrepare.cpp463 for (cpe = gDvm.bootClassPath; cpe->ptr != NULL; cpe++) {
1301 for (cpe = gDvm.bootClassPath; cpe->ptr != NULL; cpe++) {
1374 for (cpe = gDvm.bootClassPath; cpe->ptr != NULL; cpe++) {
1399 for (cpe = gDvm.bootClassPath; cpe->ptr != NULL; cpe++) {
/dalvik/vm/native/
H A Ddalvik_system_DexFile.cpp194 if (dvmClassPathContains(gDvm.bootClassPath, sourceName)) {
/dalvik/vm/oo/
H A DClass.cpp456 assert(gDvm.bootClassPath == NULL);
459 if (gDvm.bootClassPath == NULL)
486 freeCpeArray(gDvm.bootClassPath);
487 gDvm.bootClassPath = NULL;
534 dumpClassPath(gDvm.bootClassPath);
690 gDvm.bootClassPath = cpe;
756 gDvm.bootClassPath = cpe;
770 const ClassPathEntry* cpe = gDvm.bootClassPath;
865 const ClassPathEntry* cpe = gDvm.bootClassPath;
870 return cpe - gDvm.bootClassPath;
[all...]

Completed in 551 milliseconds