Searched refs:compile_count (Results 1 – 3 of 3) sorted by relevance
120 compile_count = 0 variable128 global compile_count162 compile_count += 1228 .format(run_count, compile_count - run_count,
187 static bool IsMegamorphic(int64 compile_count, int64 execution_count) { in IsMegamorphic() argument194 return compile_count > kCompileThreshold && in IsMegamorphic()195 execution_count < kMinExecutionsPerCompile * compile_count; in IsMegamorphic()281 IsMegamorphic(/*compile_count=*/it->second.compile_count, in CompileImpl()351 it->second.compile_count++; in CompileImpl()354 << it->second.compile_count in CompileImpl()
168 int64 compile_count = 0; member