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

/dalvik/vm/analysis/
H A DDexPrepare.cpp462 ClassPathEntry* cpe; local
463 for (cpe = gDvm.bootClassPath; cpe->ptr != NULL; cpe++) {
464 argv[curArg++] = cpe->fileName;
1103 static const char* getCacheFileName(const ClassPathEntry* cpe) argument
1105 switch (cpe->kind) {
1107 return dvmGetJarFileCacheFileName((JarFile*) cpe->ptr);
1109 return dvmGetRawDexFileCacheFileName((RawDexFile*) cpe->ptr);
1111 ALOGE("DexOpt: unexpected cpe kin
1120 getSignature(const ClassPathEntry* cpe) argument
1296 ClassPathEntry* cpe; local
1366 ClassPathEntry* cpe; local
[all...]
/dalvik/dx/etc/
H A Djasmin.jar ... jas.CPOperand extends jas.InsnOperand { jas.CP cpe boolean wide int size (jas.ClassEnv, jas.CodeAttr ...
/dalvik/vm/oo/
H A DClass.cpp171 static void freeCpeArray(ClassPathEntry* cpe);
504 static void dumpClassPath(const ClassPathEntry* cpe) argument
508 while (cpe->kind != kCpeLastEntry) {
511 switch (cpe->kind) {
517 ALOGI(" %2d: type=%s %s %p", idx, kindStr, cpe->fileName, cpe->ptr);
518 if (CALC_CACHE_STATS && cpe->kind == kCpeJar) {
519 JarFile* pJarFile = (JarFile*) cpe->ptr;
524 cpe++;
540 bool dvmClassPathContains(const ClassPathEntry* cpe, cons argument
556 freeCpeArray(ClassPathEntry* cpe) argument
603 prepareCpe(ClassPathEntry* cpe, bool isBootstrap) argument
656 ClassPathEntry* cpe = NULL; local
770 const ClassPathEntry* cpe = gDvm.bootClassPath; local
865 const ClassPathEntry* cpe = gDvm.bootClassPath; local
887 const ClassPathEntry* cpe = gDvm.bootClassPath; local
[all...]

Completed in 1017 milliseconds