Searched refs:smi_op (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
D | unary-op-assembler.cc | 78 SmiOperation smi_op = [=](TNode<Smi> smi_value, in Negate() local 115 smi_op, float_op, bigint_op, in Negate() 131 const SmiOperation& smi_op, in UnaryOpWithFeedback() argument 162 smi_op(CAST(value), &var_feedback, &do_float_op, &var_float_value); in UnaryOpWithFeedback() 231 SmiOperation smi_op = [=](TNode<Smi> smi_value, in IncrementOrDecrement() local 256 smi_op, float_op, bigint_op, in IncrementOrDecrement()
|