Home | History | Annotate | Download | only in src

Lines Matching refs:MEGAMORPHIC

49     case MEGAMORPHIC: return IsGeneric() ? 'G' : 'N';
738 } else if (state == MEGAMORPHIC) {
768 if (FLAG_use_ic && state != MEGAMORPHIC && object->IsHeapObject()) {
827 } else if (state != MEGAMORPHIC) {
851 } else if (state != MEGAMORPHIC) {
872 } else if (state != MEGAMORPHIC) {
1006 // We are transitioning from monomorphic to megamorphic case.
1016 } else if (state == MEGAMORPHIC) {
1252 // sure to always rewrite from monomorphic to megamorphic.
1471 // Only move to megamorphic if the target changes.
1477 } else if (state == MEGAMORPHIC) {
1509 ASSERT(stub->ic_state() == MEGAMORPHIC);
1532 // Don't handle megamorphic property accesses for INTERCEPTORS or CALLBACKS
1533 // via megamorphic stubs, since they don't have a map in their relocation info
1602 Code::Flags flags = Code::ComputeFlags(kind(), MEGAMORPHIC, extra_state);
1897 // sure to always rewrite from monomorphic to megamorphic.
2144 return MEGAMORPHIC;
2217 return MEGAMORPHIC;