Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dunary-op-assembler.cc79 TVariable<Smi>* var_feedback, Label* do_float_op, in Negate()
101 Goto(do_float_op); in Negate()
140 Label do_float_op(this, &var_float_value); in UnaryOpWithFeedback() local
162 smi_op(CAST(value), &var_feedback, &do_float_op, &var_float_value); in UnaryOpWithFeedback()
169 Goto(&do_float_op); in UnaryOpWithFeedback()
207 BIND(&do_float_op); in UnaryOpWithFeedback()
232 TVariable<Smi>* var_feedback, Label* do_float_op, in IncrementOrDecrement()
242 Goto(do_float_op); in IncrementOrDecrement()