Lines Matching refs:after
534 DexCacheStats after;
535 preloadDexCachesStatsFilled(&after);
536 ALOGI("VMRuntime.preloadDexCaches strings total=%d before=%d after=%d",
537 total.numStrings, before.numStrings, after.numStrings);
538 ALOGI("VMRuntime.preloadDexCaches types total=%d before=%d after=%d",
539 total.numTypes, before.numTypes, after.numTypes);
540 ALOGI("VMRuntime.preloadDexCaches fields total=%d before=%d after=%d",
541 total.numFields, before.numFields, after.numFields);
542 ALOGI("VMRuntime.preloadDexCaches methods total=%d before=%d after=%d",
543 total.numMethods, before.numMethods, after.numMethods);