Home
last modified time | relevance | path

Searched refs:IsKeyedLoadICKind (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc737 DCHECK(IsKeyedLoadICKind(kind()) || IsKeyedStoreICKind(kind()) || in ic_state()
1117 if (IsKeyedStoreICKind(kind()) || IsKeyedLoadICKind(kind()) || in GetName()
1134 DCHECK(IsKeyedLoadICKind(kind()) || IsKeyedHasICKind(kind())); in GetKeyedAccessLoadMode()
1264 DCHECK(IsKeyedStoreICKind(kind()) || IsKeyedLoadICKind(kind()) || in GetKeyType()
1428 IsKeyedLoadICKind(nexus->kind()) || IsKeyedStoreICKind(nexus->kind()) || in FeedbackIterator()
Dfeedback-vector.h84 inline bool IsKeyedLoadICKind(FeedbackSlotKind kind) { in IsKeyedLoadICKind() function
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc343 if (IsKeyedLoadICKind(kind)) { in FromNexus()
409 DCHECK(IsKeyedLoadICKind(slot_kind) || IsKeyedHasICKind(slot_kind) || in ElementAccessFeedback()
433 IsDefineNamedOwnICKind(slot_kind) || IsKeyedLoadICKind(slot_kind) || in NamedAccessFeedback()
/third_party/node/deps/v8/src/ic/
Dic.h122 bool IsKeyedLoadIC() const { return IsKeyedLoadICKind(kind_); } in IsKeyedLoadIC()
Dic.cc2706 DCHECK(IsKeyedLoadICKind(kind)); in RUNTIME_FUNCTION()