Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math.cc83 Label if_xisheapnumber(this), if_xisnotheapnumber(this, Label::kDeferred); in TF_BUILTIN() local
84 Branch(IsHeapNumberMap(LoadMap(x)), &if_xisheapnumber, in TF_BUILTIN()
87 Bind(&if_xisheapnumber); in TF_BUILTIN()
133 Label if_xisheapnumber(this), if_xisnotheapnumber(this, Label::kDeferred); in MathRoundingOperation() local
134 Branch(IsHeapNumberMap(LoadMap(x)), &if_xisheapnumber, in MathRoundingOperation()
137 Bind(&if_xisheapnumber); in MathRoundingOperation()
249 Label if_xisheapnumber(this), if_xisnotheapnumber(this, Label::kDeferred); in TF_BUILTIN() local
250 Branch(IsHeapNumberMap(LoadMap(x)), &if_xisheapnumber, in TF_BUILTIN()
253 Bind(&if_xisheapnumber); in TF_BUILTIN()