Searched refs:MEGAMORPHIC (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ic/ |
D | ic.cc | 40 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 …]
|
D | ic-state.h | 75 return ::v8::internal::MEGAMORPHIC; in GetICState()
|
D | ic-compiler.cc | 125 } else if (ic_state == MEGAMORPHIC) { in ComputeStore()
|
/external/v8/src/ |
D | code-factory.cc | 53 if (initialization_state != MEGAMORPHIC) { in KeyedLoadICInOptimizedCode() 89 CallInterfaceDescriptor descriptor = initialization_state != MEGAMORPHIC in StoreICInOptimizedCode() 111 CallInterfaceDescriptor descriptor = initialization_state != MEGAMORPHIC in KeyedStoreICInOptimizedCode()
|
D | builtins.h | 201 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, \
|
D | type-feedback-vector.cc | 353 return MEGAMORPHIC; in StateFromFeedback() 378 return MEGAMORPHIC; in StateFromFeedback() 403 return MEGAMORPHIC; in StateFromFeedback() 428 return MEGAMORPHIC; in StateFromFeedback()
|
D | type-info.cc | 348 obj->ic_state() == MEGAMORPHIC) { in CollectReceiverTypes()
|
D | globals.h | 594 MEGAMORPHIC, enumerator
|
D | code-stubs.h | 1674 return MEGAMORPHIC; in GetICState()
|
D | objects.cc | 14818 case MEGAMORPHIC: return "MEGAMORPHIC"; in ICState2String()
|
/external/v8/test/cctest/ |
D | test-feedback-vector.cc | 283 CHECK_EQ(MEGAMORPHIC, nexus.StateFromFeedback()); in TEST() 288 CHECK_EQ(MEGAMORPHIC, nexus.StateFromFeedback()); in TEST()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 6707 DCHECK(initialization_state_ == MEGAMORPHIC || !feedback_vector_.is_null()); in HasVectorAndSlot()
|
D | hydrogen.cc | 7294 if (initial_state != MEGAMORPHIC) { in BuildKeyedGeneric()
|
/external/v8/ |
D | ChangeLog | 9357 Tagged stubs that rely on instance types as MEGAMORPHIC.
|