Searched refs:smi_op (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ic/ |
D | unary-op-assembler.cc | 74 SmiOperation smi_op = [=](TNode<Smi> smi_value, in Negate() local 111 smi_op, float_op, bigint_op); in Negate() 126 const SmiOperation& smi_op, in UnaryOpWithFeedback() argument 156 smi_op(CAST(value), &var_feedback, &do_float_op, &var_float_value); in UnaryOpWithFeedback() 223 SmiOperation smi_op = [=](TNode<Smi> smi_value, in IncrementOrDecrement() local 248 smi_op, float_op, bigint_op); in IncrementOrDecrement()
|