Home
last modified time | relevance | path

Searched refs:kBinaryOp (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc179 case FeedbackSlotKind::kBinaryOp: in Kind2String()
290 case FeedbackSlotKind::kBinaryOp: in New()
599 case FeedbackSlotKind::kBinaryOp: in Clear()
767 case FeedbackSlotKind::kBinaryOp: { in ic_state()
1283 DCHECK_EQ(kind(), FeedbackSlotKind::kBinaryOp); in GetBinaryOperationFeedback()
Dfeedback-vector.h56 kBinaryOp, enumerator
448 return AddSlot(FeedbackSlotKind::kBinaryOp); in AddBinaryOpICSlot()
Dfeedback-vector-inl.h71 case FeedbackSlotKind::kBinaryOp: in GetSlotSize()
/third_party/node/deps/v8/src/compiler/
Dprocessed-feedback.h201 (K == kBinaryOperation && slot_kind == FeedbackSlotKind::kBinaryOp) || in SingleValueFeedback()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc180 if (nexus.kind() == FeedbackSlotKind::kBinaryOp) { in VisitBinaryOperation()
209 if (nexus.kind() == FeedbackSlotKind::kBinaryOp) { in VisitBinarySmiOperation()
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc677 case FeedbackSlotKind::kBinaryOp: in GetFeedbackSlotType()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1262 case FeedbackSlotKind::kBinaryOp: { in Print()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3460 SharedFeedbackSlot index_slot(feedback_spec(), FeedbackSlotKind::kBinaryOp); in BuildCreateArrayLiteral()