Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h201 (K == kBinaryOperation && slot_kind == FeedbackSlotKind::kBinaryOp) || in SingleValueFeedback()
/third_party/node/deps/v8/src/objects/
H A 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() member in v8::internal::FeedbackSlotKind
H A Dfeedback-vector.h56 kBinaryOp, member in v8::internal::FeedbackSlotKind
448 return AddSlot(FeedbackSlotKind::kBinaryOp); in AddBinaryOpICSlot()
H A Dfeedback-vector-inl.h71 case FeedbackSlotKind::kBinaryOp: in GetSlotSize()
/third_party/node/deps/v8/src/maglev/
H A 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/
H A Dobject-stats.cc677 case FeedbackSlotKind::kBinaryOp: in GetFeedbackSlotType()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1262 case FeedbackSlotKind::kBinaryOp: { in Print()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc3460 SharedFeedbackSlot index_slot(feedback_spec(), FeedbackSlotKind::kBinaryOp); in BuildCreateArrayLiteral() member in v8::internal::interpreter::FeedbackSlotKind

Completed in 24 milliseconds