Searched refs:compile_count (Results 1 – 4 of 4) sorted by relevance
205 static bool ShouldBeMegamorphic(int64 compile_count, int64 execution_count) { in ShouldBeMegamorphic() argument212 return compile_count > kCompileThreshold && in ShouldBeMegamorphic()213 execution_count < kMinExecutionsPerCompile * compile_count; in ShouldBeMegamorphic()388 ShouldBeMegamorphic(/*compile_count=*/it->second.compile_count, in CompileImpl()391 << " as megamorphic, compile_count=" << it->second.compile_count in CompileImpl()469 it->second.compile_count++; in CompileImpl()473 << it->second.compile_count in CompileImpl()486 jit_compilation_activity.set_compile_count(it->second.compile_count); in CompileImpl()
165 EXPECT_EQ(listener()->jit_compilation_activity().compile_count(), 1); in TEST_F()182 EXPECT_EQ(listener()->jit_compilation_activity().compile_count(), 2); in TEST_F()
172 int64 compile_count = 0; member
89 int32 compile_count = 2; field