Home | History | Annotate | Download | only in compiler

Lines Matching full:compilermethodstats

195 static int compareMethod(const CompilerMethodStats *m1,
196 const CompilerMethodStats *m2)
272 CompilerMethodStats *dvmCompilerAnalyzeMethodBody(const Method *method,
281 CompilerMethodStats dummyMethodEntry; // For hash table lookup
282 CompilerMethodStats *realMethodEntry; // For hash table storage
286 realMethodEntry = (CompilerMethodStats *)
296 (CompilerMethodStats *) calloc(1, sizeof(CompilerMethodStats));
1462 CompilerMethodStats *methodStats;
1654 CompilerMethodStats *methodStats;