Home
last modified time | relevance | path

Searched defs:cpe (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/analysis/
DDexPrepare.cpp462 ClassPathEntry* cpe; in dvmOptimizeDexFile() local
1103 static const char* getCacheFileName(const ClassPathEntry* cpe) in getCacheFileName()
1120 static const u1* getSignature(const ClassPathEntry* cpe) in getSignature()
1296 ClassPathEntry* cpe; in dvmCheckOptHeaderAndDependencies() local
1366 ClassPathEntry* cpe; in writeDependencies() local
/dalvik/vm/native/
Ddalvik_system_VMRuntime.cpp241 static DvmDex* getDvmDexFromClassPathEntry(ClassPathEntry* cpe) { in getDvmDexFromClassPathEntry()
402 for (ClassPathEntry* cpe = gDvm.bootClassPath; cpe->kind != kCpeLastEntry; cpe++) { in preloadDexCachesStatsTotal() local
416 for (ClassPathEntry* cpe = gDvm.bootClassPath; cpe->kind != kCpeLastEntry; cpe++) { in preloadDexCachesStatsFilled() local
475 for (ClassPathEntry* cpe = gDvm.bootClassPath; cpe->kind != kCpeLastEntry; cpe++) { in Dalvik_dalvik_system_VMRuntime_preloadDexCaches() local
/dalvik/vm/oo/
DClass.cpp504 static void dumpClassPath(const ClassPathEntry* cpe) in dumpClassPath()
540 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path) in dvmClassPathContains()
556 static void freeCpeArray(ClassPathEntry* cpe) in freeCpeArray()
603 static bool prepareCpe(ClassPathEntry* cpe, bool isBootstrap) in prepareCpe()
656 ClassPathEntry* cpe = NULL; in processClassPath() local
770 const ClassPathEntry* cpe = gDvm.bootClassPath; in searchBootPathForClass() local
865 const ClassPathEntry* cpe = gDvm.bootClassPath; in dvmGetBootPathSize() local
887 const ClassPathEntry* cpe = gDvm.bootClassPath; in dvmGetBootPathResource() local