Home
last modified time | relevance | path

Searched refs:MEGAMORPHIC (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dfeedback-vector.cc466 return MEGAMORPHIC; in StateFromFeedback()
502 return MEGAMORPHIC; in StateFromFeedback()
526 return MEGAMORPHIC; in StateFromFeedback()
550 return MEGAMORPHIC; in StateFromFeedback()
1011 return MEGAMORPHIC; in StateFromFeedback()
Dtype-info.cc446 nexus->ic_state() == MEGAMORPHIC) { in CollectReceiverTypes()
Dglobals.h669 MEGAMORPHIC, enumerator
Dobjects.cc14210 case MEGAMORPHIC: in ICState2String()
/external/v8/src/ic/
Dic-state.h45 return ::v8::internal::MEGAMORPHIC; in GetICState()
Dic.cc49 case MEGAMORPHIC: in TransitionMarkFromState()
412 } else if (new_state == MEGAMORPHIC || new_state == GENERIC) { in ComputeTypeInfoCountDelta()
420 if (new_state == MEGAMORPHIC || new_state == GENERIC) { in ComputeTypeInfoCountDelta()
424 case MEGAMORPHIC: in ComputeTypeInfoCountDelta()
426 if (new_state == MEGAMORPHIC || new_state == GENERIC) break; in ComputeTypeInfoCountDelta()
524 } else if (new_state == MEGAMORPHIC) { in ConfigureVectorState()
858 ConfigureVectorState(MEGAMORPHIC, name); in PatchCache()
860 case MEGAMORPHIC: in PatchCache()
1254 if (state() == MEGAMORPHIC && lookup->GetReceiver()->IsHeapObject()) { in ComputeHandler()
1660 ConfigureVectorState(MEGAMORPHIC, key); in Load()
[all …]
/external/v8/src/compiler/
Djs-native-context-specialization.cc1169 if (nexus.ic_state() != MEGAMORPHIC && nexus.GetKeyType() == ELEMENT) { in ReduceKeyedAccess()
1254 } else if (nexus.ic_state() == MEGAMORPHIC) { in ReduceKeyedAccess()
1697 if (nexus.ic_state() == MEGAMORPHIC) { in ReduceJSStoreDataPropertyInLiteral()
/external/v8/
DChangeLog24508 Tagged stubs that rely on instance types as MEGAMORPHIC.