Home | History | Annotate | Download | only in compiler

Lines Matching refs:MEGAMORPHIC

1167     // is in element access mode and not MEGAMORPHIC, otherwise there's no
1169 if (nexus.ic_state() != MEGAMORPHIC && nexus.GetKeyType() == ELEMENT) {
1254 } else if (nexus.ic_state() == MEGAMORPHIC) {
1255 // The KeyedLoad/StoreIC uses the MEGAMORPHIC state to guard the assumption
1257 // it transitions to MEGAMORPHIC once it sees an out-of-bounds access. Thus
1258 // we cannot continue here if the IC state is MEGAMORPHIC.
1697 if (nexus.ic_state() == MEGAMORPHIC) {