Searched refs:is_megamorphic (Results 1 – 3 of 3) sorted by relevance
290 bool is_megamorphic; in CompileImpl() local301 if (!it->second.is_megamorphic && in CompileImpl()307 it->second.is_megamorphic = true; in CompileImpl()310 is_megamorphic = it->second.is_megamorphic; in CompileImpl()330 if (is_megamorphic) { in CompileImpl()
181 bool is_megamorphic = false; member
895 TNode<BoolT> is_megamorphic = TaggedEqual( in ConstructWithSpread() local897 GotoIf(is_megamorphic, &construct); in ConstructWithSpread()