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

  /dalvik/vm/compiler/
Utility.c 182 static int dumpMethodStats(void *compilerMethodStats, void *totalMethodStats)
184 CompilerMethodStats *methodStats =
185 (CompilerMethodStats *) compilerMethodStats;
186 CompilerMethodStats *totalStats =
187 (CompilerMethodStats *) totalMethodStats;
216 CompilerMethodStats totalMethodStats;
218 memset(&totalMethodStats, 0, sizeof(CompilerMethodStats));
Compiler.h 239 typedef struct CompilerMethodStats {
245 } CompilerMethodStats;
261 CompilerMethodStats *dvmCompilerAnalyzeMethodBody(const Method *method,
Frontend.c 189 static int compareMethod(const CompilerMethodStats *m1,
190 const CompilerMethodStats *m2)
267 CompilerMethodStats *dvmCompilerAnalyzeMethodBody(const Method *method,
276 CompilerMethodStats dummyMethodEntry; // For hash table lookup
277 CompilerMethodStats *realMethodEntry; // For hash table storage
289 (CompilerMethodStats *) calloc(1, sizeof(CompilerMethodStats));
427 CompilerMethodStats *methodStats;
    [all...]
InlineTransformation.c 220 CompilerMethodStats *methodStats =
266 CompilerMethodStats *methodStats =

Completed in 261 milliseconds