Searched refs:is_megamorphic (Results 1 – 2 of 2) sorted by relevance
376 bool is_megamorphic; in CompileImpl() local387 if (!it->second.is_megamorphic && in CompileImpl()393 it->second.is_megamorphic = true; in CompileImpl()396 is_megamorphic = it->second.is_megamorphic; in CompileImpl()416 if (is_megamorphic) { in CompileImpl()
183 bool is_megamorphic = false; member