Searched refs:if_xisheapnumber (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-math-gen.cc | 77 Label if_xisheapnumber(this), if_xisnotheapnumber(this, Label::kDeferred); in TF_BUILTIN() local 78 Branch(IsHeapNumber(x), &if_xisheapnumber, &if_xisnotheapnumber); in TF_BUILTIN() 80 BIND(&if_xisheapnumber); in TF_BUILTIN() 123 Label if_xisheapnumber(this), if_xisnotheapnumber(this, Label::kDeferred); in MathRoundingOperation() local 124 Branch(IsHeapNumber(x), &if_xisheapnumber, &if_xisnotheapnumber); in MathRoundingOperation() 126 BIND(&if_xisheapnumber); in MathRoundingOperation() 273 Label if_xisheapnumber(this), if_xisnotheapnumber(this, Label::kDeferred); in TF_BUILTIN() local 274 Branch(IsHeapNumber(x), &if_xisheapnumber, &if_xisnotheapnumber); in TF_BUILTIN() 276 BIND(&if_xisheapnumber); in TF_BUILTIN()
|