Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.cc40 case MEGAMORPHIC: in TransitionMarkFromState()
360 } else if (new_state == MEGAMORPHIC || new_state == GENERIC) { in ComputeTypeInfoCountDelta()
368 if (new_state == MEGAMORPHIC || new_state == GENERIC) { in ComputeTypeInfoCountDelta()
372 case MEGAMORPHIC: in ComputeTypeInfoCountDelta()
374 if (new_state == MEGAMORPHIC || new_state == GENERIC) break; in ComputeTypeInfoCountDelta()
581 } else if (new_state == MEGAMORPHIC) { in ConfigureVectorState()
665 ConfigureVectorState(MEGAMORPHIC); in Load()
856 ConfigureVectorState(MEGAMORPHIC); in PatchCache()
861 case MEGAMORPHIC: in PatchCache()
899 if (initialization_state != MEGAMORPHIC) { in initialize_stub_in_optimized_code()
[all …]
Dic-state.h75 return ::v8::internal::MEGAMORPHIC; in GetICState()
Dic-compiler.cc125 } else if (ic_state == MEGAMORPHIC) { in ComputeStore()
/external/v8/src/
Dcode-factory.cc53 if (initialization_state != MEGAMORPHIC) { in KeyedLoadICInOptimizedCode()
89 CallInterfaceDescriptor descriptor = initialization_state != MEGAMORPHIC in StoreICInOptimizedCode()
111 CallInterfaceDescriptor descriptor = initialization_state != MEGAMORPHIC in KeyedStoreICInOptimizedCode()
Dbuiltins.h201 V(KeyedLoadIC_Megamorphic, KEYED_LOAD_IC, MEGAMORPHIC, kNoExtraICState) \
203 V(KeyedLoadIC_Megamorphic_Strong, KEYED_LOAD_IC, MEGAMORPHIC, \
212 V(KeyedStoreIC_Megamorphic, KEYED_STORE_IC, MEGAMORPHIC, kNoExtraICState) \
218 V(KeyedStoreIC_Megamorphic_Strict, KEYED_STORE_IC, MEGAMORPHIC, \
Dtype-feedback-vector.cc353 return MEGAMORPHIC; in StateFromFeedback()
378 return MEGAMORPHIC; in StateFromFeedback()
403 return MEGAMORPHIC; in StateFromFeedback()
428 return MEGAMORPHIC; in StateFromFeedback()
Dtype-info.cc348 obj->ic_state() == MEGAMORPHIC) { in CollectReceiverTypes()
Dglobals.h594 MEGAMORPHIC, enumerator
Dcode-stubs.h1674 return MEGAMORPHIC; in GetICState()
Dobjects.cc14818 case MEGAMORPHIC: return "MEGAMORPHIC"; in ICState2String()
/external/v8/test/cctest/
Dtest-feedback-vector.cc283 CHECK_EQ(MEGAMORPHIC, nexus.StateFromFeedback()); in TEST()
288 CHECK_EQ(MEGAMORPHIC, nexus.StateFromFeedback()); in TEST()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h6707 DCHECK(initialization_state_ == MEGAMORPHIC || !feedback_vector_.is_null()); in HasVectorAndSlot()
Dhydrogen.cc7294 if (initial_state != MEGAMORPHIC) { in BuildKeyedGeneric()
/external/v8/
DChangeLog9357 Tagged stubs that rely on instance types as MEGAMORPHIC.