Searched refs:CompilerMethodStats (Results 1 – 4 of 4) sorted by relevance
184 CompilerMethodStats *methodStats = in dumpMethodStats()185 (CompilerMethodStats *) compilerMethodStats; in dumpMethodStats()186 CompilerMethodStats *totalStats = in dumpMethodStats()187 (CompilerMethodStats *) totalMethodStats; in dumpMethodStats()216 CompilerMethodStats totalMethodStats; in dvmCompilerDumpStats()218 memset(&totalMethodStats, 0, sizeof(CompilerMethodStats)); in dvmCompilerDumpStats()
239 typedef struct CompilerMethodStats { struct245 } CompilerMethodStats; typedef261 CompilerMethodStats *dvmCompilerAnalyzeMethodBody(const Method *method,
189 static int compareMethod(const CompilerMethodStats *m1, in compareMethod()190 const CompilerMethodStats *m2) in compareMethod()267 CompilerMethodStats *dvmCompilerAnalyzeMethodBody(const Method *method, in dvmCompilerAnalyzeMethodBody()276 CompilerMethodStats dummyMethodEntry; // For hash table lookup in dvmCompilerAnalyzeMethodBody()277 CompilerMethodStats *realMethodEntry; // For hash table storage in dvmCompilerAnalyzeMethodBody()289 (CompilerMethodStats *) calloc(1, sizeof(CompilerMethodStats)); in dvmCompilerAnalyzeMethodBody()427 CompilerMethodStats *methodStats; in dvmCompileTrace()
220 CompilerMethodStats *methodStats = in tryInlineSingletonCallsite()266 CompilerMethodStats *methodStats = in tryInlineVirtualCallsite()