Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-state.h80 return ::v8::internal::MEGAMORPHIC; in GetICState()
Dic.cc37 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()
Dic-compiler.cc210 } else if (ic_state == MEGAMORPHIC) { in ComputeStore()
/external/v8/src/
Dglobals.h456 MEGAMORPHIC, enumerator
Dbuiltins.h91 V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC, kNoExtraICState) \
Dtype-info.cc313 code->ic_state() == MEGAMORPHIC) { in CollectReceiverTypes()
Dcode-stubs.h1335 return MEGAMORPHIC; in GetICState()
1832 return MEGAMORPHIC; in GetICState()
Dobjects.cc10813 case MEGAMORPHIC: return "MEGAMORPHIC"; in ICState2String()
/external/v8/src/heap/
Dobjects-visiting-inl.h263 (target->ic_state() == MEGAMORPHIC || target->ic_state() == GENERIC || in VisitCodeTarget()
/external/v8/
DChangeLog3273 Tagged stubs that rely on instance types as MEGAMORPHIC.