Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-global-gen.cc31 Label if_numisheapnumber(this), in TF_BUILTIN() local
33 Branch(IsHeapNumber(num), &if_numisheapnumber, &if_numisnotheapnumber); in TF_BUILTIN()
35 BIND(&if_numisheapnumber); in TF_BUILTIN()
77 Label if_numisheapnumber(this), in TF_BUILTIN() local
79 Branch(IsHeapNumber(num), &if_numisheapnumber, &if_numisnotheapnumber); in TF_BUILTIN()
81 BIND(&if_numisheapnumber); in TF_BUILTIN()