Searched refs:do_double (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-number-gen.cc | 64 void UnaryOp(Variable* var_input, Label* do_smi, Label* do_double, 556 Label* do_double, in UnaryOp() argument 578 Goto(do_double); in UnaryOp() 775 Label do_smi(this), do_double(this), do_bigint(this); in TF_BUILTIN() local 777 UnaryOp<Descriptor>(&var_input, &do_smi, &do_double, &var_input_double, in TF_BUILTIN() 783 BIND(&do_double); in TF_BUILTIN()
|