Searched refs:if_left_oddball (Results 1 – 2 of 2) sorted by relevance
313 Label if_left_bigint(this), if_left_oddball(this); in Generate_BinaryOperationWithFeedback() local317 Branch(lhs_is_oddball, &if_left_oddball, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()319 BIND(&if_left_oddball); in Generate_BinaryOperationWithFeedback()
10790 if_left_bigint(this, Label::kDeferred), if_left_oddball(this), in Equal() local10802 GotoIf(InstanceTypeEqual(left_type, ODDBALL_TYPE), &if_left_oddball); in Equal()10899 BIND(&if_left_oddball); in Equal()