Home
last modified time | relevance | path

Searched refs:POLYMORPHIC (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc734 return InlineCacheState::POLYMORPHIC; in ic_state()
741 return extra_array.length() > 2 ? InlineCacheState::POLYMORPHIC in ic_state()
754 return InlineCacheState::POLYMORPHIC; in ic_state()
833 return InlineCacheState::POLYMORPHIC; in ic_state()
912 case InlineCacheState::POLYMORPHIC: { in ConfigureCloneObject()
/third_party/node/deps/v8/src/ic/
Dic.cc61 constexpr InlineCacheState POLYMORPHIC = InlineCacheState::POLYMORPHIC; variable
76 case POLYMORPHIC: in TransitionMarkFromState()
284 if (state() != MONOMORPHIC && state() != POLYMORPHIC) return; in UpdateState()
710 if (number_of_maps == 0 && state() != MONOMORPHIC && state() != POLYMORPHIC) { in UpdatePolymorphicIC()
787 case POLYMORPHIC: in SetCache()
/third_party/node/deps/v8/src/common/
Dglobals.h983 POLYMORPHIC, enumerator
1005 case InlineCacheState::POLYMORPHIC: in InlineCacheState2String()