Home
last modified time | relevance | path

Searched refs:kTypeProfile (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc35 FeedbackSlot slot = AddSlot(FeedbackSlotKind::kTypeProfile); in AddTypeProfileSlot()
45 return GetKind(slot) == FeedbackSlotKind::kTypeProfile; in HasTypeProfileSlot()
187 case FeedbackSlotKind::kTypeProfile: in Kind2String()
205 GetKind(slot) == FeedbackSlotKind::kTypeProfile; in HasTypeProfileSlot()
223 DCHECK_EQ(FeedbackSlotKind::kTypeProfile, GetKind(slot)); in GetTypeProfileSlot()
312 case FeedbackSlotKind::kTypeProfile: in New()
593 case FeedbackSlotKind::kTypeProfile: in Clear()
814 case FeedbackSlotKind::kTypeProfile: { in ic_state()
Dfeedback-vector.h59 kTypeProfile, enumerator
128 return kind == FeedbackSlotKind::kTypeProfile; in IsTypeProfileKind()
Dfeedback-vector-inl.h73 case FeedbackSlotKind::kTypeProfile: in GetSlotSize()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1275 case FeedbackSlotKind::kTypeProfile: in Print()