Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-number.cc204 Label if_inputcached(this), if_inputnotcached(this); in TF_BUILTIN() local
208 Branch(Word32Equal(input_bit, Int32Constant(0)), &if_inputcached, in TF_BUILTIN()
211 Bind(&if_inputcached); in TF_BUILTIN()