Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc10274 Label if_right_smi(this), if_right_not_smi(this); in RelationalComparison() local
10275 Branch(TaggedIsSmi(right), &if_right_smi, &if_right_not_smi); in RelationalComparison()
10316 BIND(&if_right_not_smi); in RelationalComparison()
10727 Label if_right_smi(this), if_right_not_smi(this); in Equal() local
10728 Branch(TaggedIsSmi(right), &if_right_smi, &if_right_not_smi); in Equal()
10739 BIND(&if_right_not_smi); in Equal()