Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-number-gen.cc390 Label if_right_smi(this), if_right_heapobject(this); in TF_BUILTIN() local
391 Branch(TaggedIsSmi(right), &if_right_smi, &if_right_heapobject); in TF_BUILTIN()
407 BIND(&if_right_heapobject); in TF_BUILTIN()
433 Label if_right_smi(this), if_right_heapobject(this); in TF_BUILTIN() local
434 Branch(TaggedIsSmi(right), &if_right_smi, &if_right_heapobject); in TF_BUILTIN()
457 BIND(&if_right_heapobject); in TF_BUILTIN()