Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.h54 static constexpr bool IsUnaryWithFeedback(Operator::Opcode opcode) { in IsUnaryWithFeedback() function
1158 DCHECK(JSOperator::IsUnaryWithFeedback(node->opcode())); in JSUnaryOpNode()
Djs-operator.cc260 DCHECK(JSOperator::IsUnaryWithFeedback(op->opcode()) || in FeedbackParameterOf()
Djs-generic-lowering.cc127 DCHECK(JSOperator::IsUnaryWithFeedback(node->opcode())); in ReplaceUnaryOpWithBuiltinCall()
Dbytecode-graph-builder.cc2864 DCHECK(JSOperator::IsUnaryWithFeedback(op->opcode())); in BuildUnaryOp()