Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-number-gen.cc64 void UnaryOp(Variable* var_input, Label* do_smi, Label* do_double,
555 void NumberBuiltinsAssembler::UnaryOp(Variable* var_input, Label* do_smi, in UnaryOp() argument
573 GotoIf(TaggedIsSmi(input), do_smi); 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()
780 BIND(&do_smi); in TF_BUILTIN()