Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dic-inl.h39 return (!vector_set_ && (state() != InlineCacheState::MEGAMORPHIC || in vector_needs_update()
Dic.cc62 constexpr InlineCacheState MEGAMORPHIC = InlineCacheState::MEGAMORPHIC; variable
78 case MEGAMORPHIC: in TransitionMarkFromState()
365 DCHECK_EQ(MEGAMORPHIC, new_state); in ConfigureVectorState()
795 ConfigureVectorState(MEGAMORPHIC, name); in SetCache()
797 case MEGAMORPHIC: in SetCache()
1586 ConfigureVectorState(MEGAMORPHIC, key); in Load()
2520 if (ConfigureVectorState(MEGAMORPHIC, key)) { in Store()
2614 ConfigureVectorState(MEGAMORPHIC, key); in Store()
2669 ConfigureVectorState(MEGAMORPHIC, index); in Store()
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc515 if (maps.empty() && nexus.ic_state() != InlineCacheState::MEGAMORPHIC) { in ReadFeedbackForPropertyAccess()
522 nexus.ic_state() == InlineCacheState::MEGAMORPHIC); in ReadFeedbackForPropertyAccess()
530 DCHECK_EQ(nexus.ic_state(), InlineCacheState::MEGAMORPHIC); in ReadFeedbackForPropertyAccess()
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc719 return InlineCacheState::MEGAMORPHIC; in ic_state()
800 return InlineCacheState::MEGAMORPHIC; in ic_state()
812 return InlineCacheState::MEGAMORPHIC; in ic_state()
826 return InlineCacheState::MEGAMORPHIC; in ic_state()
Dfeedback-vector.h737 return ic_state() == InlineCacheState::MEGAMORPHIC; in IsMegamorphic()
/third_party/node/deps/v8/src/common/
Dglobals.h987 MEGAMORPHIC, enumerator
1007 case InlineCacheState::MEGAMORPHIC: in InlineCacheState2String()