Searched refs:MEGAMORPHIC (Results 1 – 10 of 10) sorted by relevance
80 return ::v8::internal::MEGAMORPHIC; in GetICState()
37 case MEGAMORPHIC: in TransitionMarkFromState()364 } else if (new_state == MEGAMORPHIC || new_state == GENERIC) { in ComputeTypeInfoCountDelta()372 if (new_state == MEGAMORPHIC || new_state == GENERIC) { in ComputeTypeInfoCountDelta()376 case MEGAMORPHIC: in ComputeTypeInfoCountDelta()378 if (new_state == MEGAMORPHIC || new_state == GENERIC) break; in ComputeTypeInfoCountDelta()802 case MEGAMORPHIC: in PatchCache()918 if (state() == MEGAMORPHIC && lookup->GetReceiver()->IsHeapObject()) { in ComputeHandler()1357 return PropertyICCompiler::ComputeStore(isolate(), MEGAMORPHIC, in megamorphic_stub()
210 } else if (ic_state == MEGAMORPHIC) { in ComputeStore()
456 MEGAMORPHIC, enumerator
91 V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC, kNoExtraICState) \
313 code->ic_state() == MEGAMORPHIC) { in CollectReceiverTypes()
1335 return MEGAMORPHIC; in GetICState()1832 return MEGAMORPHIC; in GetICState()
10813 case MEGAMORPHIC: return "MEGAMORPHIC"; in ICState2String()
263 (target->ic_state() == MEGAMORPHIC || target->ic_state() == GENERIC || in VisitCodeTarget()
3273 Tagged stubs that rely on instance types as MEGAMORPHIC.