HomeSort by relevance Sort by last modified time
    Searched refs:methodStats (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/
Utility.c 158 CompilerMethodStats *methodStats =
162 const Method *method = methodStats->method;
164 totalStats->dalvikSize += methodStats->dalvikSize;
165 totalStats->compiledDalvikSize += methodStats->compiledDalvikSize;
166 totalStats->nativeSize += methodStats->nativeSize;
170 int limit = (methodStats->dalvikSize >> 2) * 3;
173 if (methodStats->compiledDalvikSize >= limit) {
176 methodStats->compiledDalvikSize,
177 methodStats->dalvikSize,
178 methodStats->nativeSize)
    [all...]
Frontend.c 303 CompilerMethodStats *methodStats;
316 methodStats = analyzeMethodBody(desc->method);
463 methodStats->compiledDalvikSize += traceSize * 2;
760 methodStats->nativeSize += cUnit.totalSize;

Completed in 28 milliseconds