Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-global-gen.cc32 if_numisnotheapnumber(this, Label::kDeferred); in TF_BUILTIN() local
33 Branch(IsHeapNumber(num), &if_numisheapnumber, &if_numisnotheapnumber); in TF_BUILTIN()
43 BIND(&if_numisnotheapnumber); in TF_BUILTIN()
78 if_numisnotheapnumber(this, Label::kDeferred); in TF_BUILTIN() local
79 Branch(IsHeapNumber(num), &if_numisheapnumber, &if_numisnotheapnumber); in TF_BUILTIN()
88 BIND(&if_numisnotheapnumber); in TF_BUILTIN()