Searched defs:if_issmi (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-string-gen.cc | 2028 Label if_issmi(this), if_isheapnumber(this, Label::kDeferred); in TF_BUILTIN() local 2104 Label if_issmi(this), if_isnotsmi(this, Label::kDeferred); in ToSmiBetweenZeroAnd() local
|
D | builtins-regexp-gen.cc | 2739 Label if_issmi(this), if_isstring(this), loop_epilogue(this); in ReplaceGlobalCallableFastPath() local
|
/external/v8/src/ |
D | code-stub-assembler.cc | 744 Label if_issmi(this), if_isheapnumber(this, Label::kDeferred); in ConvertToRelativeIndex() local 11772 Label if_issmi(this), if_isnotsmi(this), do_finc(this), end(this); in NumberInc() local 11815 Label if_issmi(this), if_isnotsmi(this), do_fdec(this), end(this); in NumberDec() local
|